Welcome Guest, Not a member yet? Register   Sign In
remove index.php in CI 2 in manually installed localhost
#1

[eluser]dsi[/eluser]
I have installed apache, php & mysql manually with installer in windows 8 dev. preview.

I was using this

Code:
RewriteEngine On
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

#RewriteRule ^(.*)$ /folderName/index.php/$1 [L,QSA]

before to remove index.php from CI url but it doesnot work anymore.

I have to include index.php in url otherwise it doesn't open.

Is there anyway I can remove that index.php from url, please?




Theme © iAndrew 2016 - Forum software by © MyBB