Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: forwarding...

  1. #11
    Join Date
    May 2007
    Posts
    5

    Default 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

  2. #12
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: forwarding...

    What if a person is renting a server and is at the mercy of their webhost? Will their webhost still do this?
    If it's not fun, stop doing it!

  3. #13

    Default Re: forwarding...

    is that the only thing. as mine still doesnt work :S

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •