Hello,
I am not really a scripter or programmer. I'd just like a solution! The result I am looking for is when the user opens my page I want it to redirect to another directory on the server. Reason being is the files are stored in many directories. The most important is the index.html
Some googling lead me to this code:
RedirectMatch permanent ^/$ http://domain.net/Flash Mp3 Player/project/deploy/
DirectoryIndex index.html index.shtml index.php default.html home.html
The index file is stored in the deploy folder. When I open my site I get the errors:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
If anyone could help, It'd be greatly appreciated! Thanks.