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

[eluser]Unknown[/eluser]
Hi All,

I have my laptop with Windows 7 OS and CI 2.0. When i open to edit application/.htaccess it shows me a text 'Deny from all'. What shall i do for get rid of this issue.
#2

[eluser]kr1pt[/eluser]
It must show that. Google: 403
#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..




Theme © iAndrew 2016 - Forum software by © MyBB