-
Re: forwarding...
For those of you having the issue where you goto login and it tells you page cannot be displayed. For example if your site is www.myvideos.com and your username is joesmith, it would redirect you to:
http://www.myvideos.com/joesmith
Some of us had this issue where we were getting page cannot be displayed. The fix is simple...
In your httpd.conf file there is a line that says:
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
Change that to say:
AllowOverride All
Save it, restart apache and it will work for you.
Jim
-
Re: forwarding...
What if a person is renting a server and is at the mercy of their webhost? Will their webhost still do this?
-
Re: forwarding...
is that the only thing. as mine still doesnt work :S