Welcome Guest, Not a member yet? Register   Sign In
reserved keywords for subdirectory name
#4

[eluser]searain[/eluser]
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

OK it is the .thaccess url rewrite issue.

I guess my rewritecond for |js| also covers the name 'json'.


Messages In This Thread
reserved keywords for subdirectory name - by El Forum - 12-28-2009, 07:23 PM
reserved keywords for subdirectory name - by El Forum - 12-29-2009, 02:09 AM
reserved keywords for subdirectory name - by El Forum - 12-29-2009, 12:39 PM
reserved keywords for subdirectory name - by El Forum - 12-29-2009, 03:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB