| Advertentie | |
|  | |
|  05-01-2006, 21:01 | |
| 
		
		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. | |
|  06-01-2006, 00:53 | ||
| 
				
					Verwijderd
					
				 | Citaat: 
 | |
|  06-01-2006, 12:30 | |
| 
				
					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> | 
|  | 
| Topictools | Zoek in deze topic | 
| 
 | 
 | 
|  Soortgelijke topics | ||||
| Forum | Topic | Reacties | Laatste bericht | |
| Software & Hardware | Foutmelding in wordpress "Service Temporarily Unavailable" mueslireep | 3 | 09-03-2012 14:10 | |