views:

21

answers:

1

I moved my site to a subfolder called /corp/. So to get to the site you type in

mywebsite.com/corp/index.php

I would like to remove the /corp/ so it looks like

mywebsite.com/index.php

Thanks for all the help!

A: 

You need to change your UserDir in your APACHE settings to the appropriate folder. IE if right now your UserDir is UserDir /public_html change it to UserDir /public_html/corp

See http://httpd.apache.org/docs/2.0/howto/public_html.html for more info

Robert
I have cpanel, is there away to modify that using cpanel ?? Otherwise I have no clue how to change that.
numerical25