I solved the issue of page cannot be displayed. Here is a reply I used in the Templates category for the page cannot be displayed error.
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
Bookmarks