Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] After redirection index.php is visible again
#1

[eluser]yabune[/eluser]
Hi,

I have my .htaccess working and index.php is hidden.
But after making a redirect the index.php is visible again.

Here it is my .htaccess:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

Thanks!


Messages In This Thread
[SOLVED] After redirection index.php is visible again - by El Forum - 11-20-2009, 02:55 PM
[SOLVED] After redirection index.php is visible again - by El Forum - 11-20-2009, 03:19 PM
[SOLVED] After redirection index.php is visible again - by El Forum - 11-22-2009, 08:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB