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

[eluser]xecure[/eluser]
[quote author="PhilTem" date="1346880748"]How about AllowOverride in your httpd.conf of you XAMPP?[/quote]I think it had something to do with this. For future readers and reference this is the .htaccess that worked properly:

Code:
NameVirtualHost *
<VirtualHost *>
    DocumentRoot "C:\xampp\htdocs"
    ServerName localhost
</VirtualHost>
<VirtualHost *>
    DocumentRoot "C:\Users\Uname\Google Drive\Development\Source"
    ServerName merchantfuse.localhost
    <Directory "C:\Users\Uname\Google Drive\Development\Source">
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>


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