Welcome Guest, Not a member yet? Register   Sign In
htaccess on xampp?
#5

[eluser]Frank Rocco[/eluser]
I am not using VHOST, just .htaccess

This works for me.

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

Also removed index.php from Config.php


Messages In This Thread
htaccess on xampp? - by El Forum - 10-19-2010, 05:32 AM
htaccess on xampp? - by El Forum - 10-19-2010, 06:10 AM
htaccess on xampp? - by El Forum - 10-19-2010, 07:22 AM
htaccess on xampp? - by El Forum - 10-19-2010, 07:50 AM
htaccess on xampp? - by El Forum - 10-19-2010, 08:00 AM
htaccess on xampp? - by El Forum - 06-15-2011, 07:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB