Welcome Guest, Not a member yet? Register   Sign In
ci 2.0.2 not working properly? argh... missing .htaccess on ci 2.0.2
#1

[eluser]Unknown[/eluser]
after download ci 2.0.2

i can't find .htaccess file

i presume may be the new ci no need htaccess

but after i ran the page, it's not working properly

solution: copy .htaccess from previous ci version

or just copy the code as follows

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

#RewriteRule ^(.*)$ index.php/administrator/$1 [L]
RewriteRule ^(.*)$ index.php/$1 [L]

hopefully if ci admin add the file in installer zip file

thanks
#2

[eluser]lontong balap[/eluser]
as i know, .htaccess isn't provided with ci package..
have you try this ?

Code:
RewriteEngine On
RewriteBase /

or if your site stay under specific folder (eg. your_site)

Code:
RewriteEngine On
RewriteBase /your_site/




Theme © iAndrew 2016 - Forum software by © MyBB