Welcome Guest, Not a member yet? Register   Sign In
Having issues removing that index.php. Tried all possible solutions with no luck :(
#16

[eluser]hobartimus[/eluser]
[quote author="Tim Brownlaw" date="1398473031"]What you need to do is tell apache Where you have your folder(s) that contain your website files.
Keep in mind, apache needs to know where you have your folders setup.
[/quote]
OK, I thought MAMP was taking care of this for me I set the document root.

[quote author="Tim Brownlaw" date="1398473031"]( There are other ways to do this but this is the simplest )
"One way" is to create a new entry in your httpd.conf.

<Directory /Users/myusername/Sites>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>

And make sure you restart your server ( which you do every time you make any changes to the "servers" files )!
[/quote]
Tried this. Didn't fix anything.

[quote author="Tim Brownlaw" date="1398473031"]Also, Are you using virtualhosts?
[/quote]
Just using MAMPs default localhost, but changed the document root to my 'Sites' folder.

I don't think I'm going to sweat this too much since it all works fine on my live web server. Thanks for all your help though.


Messages In This Thread
Having issues removing that index.php. Tried all possible solutions with no luck :( - by El Forum - 04-28-2014, 03:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB