Haha, this is such a stupid question, but I need to know
Say I have www.example.com/example, how do I set the /example directory as the homepage?
+rep to the first person who helps.
Thankies![]()

Haha, this is such a stupid question, but I need to know
Say I have www.example.com/example, how do I set the /example directory as the homepage?
+rep to the first person who helps.
Thankies![]()
Ummmmmmmmmmmmmm... If you're on a cPanel account, you should be able to do it somehow I think, except I can't remember howFor a quick fix, try something like this.
Save that as index.php and upload it to your directory rootPHP Code:<?PHP
header('Location: ./example');
?>![]()
For future reference, if you don't wanna mess around with code, you can go to the Redirects option in cPanel, and do it easily from there.
Want to hide these adverts? Register an account for free!