Welcome Guest, Not a member yet? Register   Sign In
Using :any route breaks css/images
#10

[eluser]Phil Sturgeon[/eluser]
You're WordPress installation should have its own .htaccess file that will handle the files accordingly. If it is really an issue add WordPress as an exception and keep the rules in for everything else:

Code:
RewriteEngine on
RewriteCond $1 !^wordpress_install
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
Using :any route breaks css/images - by El Forum - 09-10-2009, 09:50 AM
Using :any route breaks css/images - by El Forum - 09-10-2009, 10:01 AM
Using :any route breaks css/images - by El Forum - 09-10-2009, 10:02 AM
Using :any route breaks css/images - by El Forum - 09-10-2009, 10:04 AM
Using :any route breaks css/images - by El Forum - 09-10-2009, 10:14 AM
Using :any route breaks css/images - by El Forum - 09-10-2009, 06:24 PM
Using :any route breaks css/images - by El Forum - 09-10-2009, 06:45 PM
Using :any route breaks css/images - by El Forum - 09-11-2009, 05:23 AM
Using :any route breaks css/images - by El Forum - 09-11-2009, 05:41 AM
Using :any route breaks css/images - by El Forum - 09-11-2009, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB