Welcome Guest, Not a member yet? Register   Sign In
Removing /index.php/ Running on XAMPP on a virtual host
#8

[eluser]xecure[/eluser]
bump..

According to my httpd.conf file mod_rewrite is turned on (it was by default on XAMPP, I don't know if it's always like this)

I've uploaded a copy of the site to a separate host with this .htaccess file:
Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /index.php/ [NC,L]
and it all works well. I've used this exact same .htaccess file on my local host but I'm still getting


Messages In This Thread
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-29-2012, 02:45 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-29-2012, 11:39 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-30-2012, 11:14 AM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-31-2012, 11:22 AM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-31-2012, 06:07 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 08-31-2012, 06:10 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 09-01-2012, 09:56 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 09-05-2012, 02:05 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 09-05-2012, 02:32 PM
Removing /index.php/ Running on XAMPP on a virtual host - by El Forum - 09-06-2012, 02:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB