Jump to content

Recommended Posts

Posted

A client of mine is using Network Solutions for their hosting company. I've uploaded a ProcessWire site to their server, but I'm getting a 200 OK error at the bottom of each page in the public site and in PW. Also, the page tree will not load in PW, but I am am able to navigate to any page in the Setup menu.

If I uncomment the following lines in the .htaccess file, the 200 OK errors go away, but the PW admin still can't load the page tree.

  # RewriteBase /
  # RewriteBase /pw/
  # RewriteBase /~user/

Does anyone have any experience with getting PW to run on Network Solutions? The hosting plan meets all of PW's requirements.

Posted

It looks like the following works:

  RewriteBase /
  # RewriteBase /pw/
  # RewriteBase /~user/

With this configuration, the 200 OK errors do not display and the PW admin page tree renders properly.

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...