Welcome Guest, Not a member yet? Register   Sign In
htacess question
#2

[eluser]vikascoollives[/eluser]
You can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the "negative" method in which everything is redirected except the specified items:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
htacess question - by El Forum - 03-04-2011, 12:12 AM
htacess question - by El Forum - 03-04-2011, 12:23 AM
htacess question - by El Forum - 03-04-2011, 04:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB