Welcome Guest, Not a member yet? Register   Sign In
.htaccess file shows Deny from all
#3

[eluser]Reneesh T K[/eluser]
make no changes to the htaccees file in application folder and create a new htaccess in the root where application folder resides and put this in it :

Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [QSA,L]

It is for SEO urls..


Messages In This Thread
.htaccess file shows Deny from all - by El Forum - 03-27-2011, 08:29 PM
.htaccess file shows Deny from all - by El Forum - 03-28-2011, 02:50 AM
.htaccess file shows Deny from all - by El Forum - 03-29-2011, 12:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB