My host doesn't allow .htaccess file because they use a "shared" server, whatever that means. Also if you use some of their options thety scatter files all over the main directory. They also don't use cpanel which I'm used to.
I created a public_html subdir. in, i guess the root dir and moved everything not server related into that directory. Server related being phpmyadmin, mysql etc..
Anyway, I need the url to read :
http://www.mysite.com/index.php
But it reads:
http://www.mysite.com/
or
http://www.mysite.com/public_html/index.php
The later gets image files etc. from the public dir. But the others look for the items in the root dir. How do I fix this?
Sorry couldn't explain it better...any help is appreciated.