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

[eluser]xecure[/eluser]
Hi guys I tried using the code given in the documentation. For reference this is the code I'm using:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

But it isn't working. My set up is a little unique. I'm running XAMPP under windows 8. Even though my XAMPP is installed at C:\xampp My document root isn't C:\xampp\htdocs. I've set up a virtual host so (I believe) my document root is at C:\Users\userName\Dropbox\Projects\projectName. (typing in http://localhost on my browser points to C:\Users\userName\Dropbox\Projects\projectName\index.php)

My .htaccess file is located at C:\Users\userName\Dropbox\Projects\projectName\.htaccess


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