Say my domain name is http://www.pictureimages.net (my real domain) If you go there, you see the index of as there is no index page. Now go to http://www.pictureimages.net/content (real page) The script is set up in content folder. My quick help question is this: How can I make http://www.pictureimages.net point right to http://www.pictureimages.net/content ?? So that when people go to the main domain, they automatically are in the content folder? Thank you.
by using htaccess redirect: Open Notepad, add this line: Redirect http://www.pictureimages.net http://www.pictureimages.net/content save as ".htaccess" and upload to your root directory. more info about htaccess here: http://www.kirupa.com/web/htaccess.htm
Well, I took a very short potty break, and came up with this one. WHy not go to cpanel? So I just did, there was an icon for redirects! Clicked on it and add the url. And it works!!! So maybe it works to just go to cpanel in the future!
Yes most Control Panels have a easy redirect page for you to redirect your sites to diffrent pages or diffrent site altogether