Welcome Guest, Not a member yet? Register   Sign In
htaccess and URL rewrite FAIL
#5

[eluser]Djordje Zeljic[/eluser]
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

try this code.


Messages In This Thread
htaccess and URL rewrite FAIL - by El Forum - 10-07-2010, 07:33 PM
htaccess and URL rewrite FAIL - by El Forum - 10-07-2010, 08:20 PM
htaccess and URL rewrite FAIL - by El Forum - 10-07-2010, 09:50 PM
htaccess and URL rewrite FAIL - by El Forum - 10-08-2010, 06:33 AM
htaccess and URL rewrite FAIL - by El Forum - 10-08-2010, 06:43 AM
htaccess and URL rewrite FAIL - by El Forum - 10-08-2010, 08:18 AM
htaccess and URL rewrite FAIL - by El Forum - 10-12-2010, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB