Advertentie | |
|
![]() |
|
Met volgende .htaccess lukt het al om de css te laden zolang er geen slash voorkomt in de url na de domeinnaam...
Dus www.blabla.net/home laadt de css in, maar www.blabla.net/home/ niet. Code:
# Turn Rewrite Engine on RewriteEngine On # Rewrite All requests to index.php RewriteCond %{REQUEST_URI} !^/layout/(.*)$ RewriteRule ^(.*)$ index.php [L]
__________________
When you are arguing with an idiot, make sure the other person isn't doing the same thing.
|
![]() |
||
Verwijderd
|
Citaat:
|
![]() |
|
Verwijderd
|
Ah ok. ik kan .htaccess dus gedeeltelijk zien als dynamische configuratie.
op dit moment heb ik het zo opgelost in httpd.conf: Code:
<VirtualHost _default_:80> RewriteEngine On RewriteCond %{REQUEST_URI} ^\/servlet\/webacc RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R] </VirtualHost> |
![]() |
|
|
![]() |
||||
Forum | Topic | Reacties | Laatste bericht | |
Software & Hardware |
Foutmelding in wordpress "Service Temporarily Unavailable" mueslireep | 3 | 09-03-2012 13:10 |