Redirecting Help

Username (epiz_26999703)

I want to know how to either get rid of the directory listing or if that’s not possible, redirect users to straycatmusic.net/home when they go to straycatmusic.net.

you should rename home.html to index.html

4 Likes

If your desperate for the page to be home.html, then create an index.php file and add this:

<?php
header("location:/home");
?>
4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.