I have a Static app (with .htaccess support) I added a .htaccess file to the directory, but nothing happened. I'd like to restart Apache. How do I do that? Thanks! asked 17 Jun '11, 15:49 Adam |
You can't restart the shared system Apache - but that's OK, you shouldn't need to. If you're not seeing the expected result, then there's probably a problem with your answered 17 Jun '11, 16:04 seanf OK, here's my problem: the app is called concentation it exists in a folder called ~/webapps/concentration/Concentration . The url is adamrich.name I want adamrich.name/something.html to load ~/webapps/concentration/Concentration/something.html not ~/webapps/concentration/something.html which it currently points to that doesn't exist. I created a file ~/webapps/concentration/.htaccess to try and make it work, but I've probably written it wrong. How can I do this? Thanks!
(17 Jun '11, 16:42)
Adam
Something like this should work:
Hope that helps!
(17 Jun '11, 17:00)
seanf
|