Jump to content

htaccess question


Svet
 Share

Recommended Posts

Hi everyone,

I know a lot of you are specialists in this so I figure I ask before I break something...

On my web site, the processwire is running at the root: http://newmarketnhhistoricalsociety.org

but I also have a separate web site 'piwigo' which is an image gallery and it lives here: http://newmarketnhhistoricalsociety.org/gallery/

Right now processwire intercepts the requests that come from piwigo admin to its database and throws them out, I get "ProcessWire Error Notification" email.

I think that I can exclude the 'gallery' directory from pw authority using htaccess file, but hoping someone can help me with syntax so I don't get myself into even more trouble...

Thank you very much...

Svet

Link to comment
Share on other sites

You could try some thing like this

RewriteCond %{REQUEST_URI} !^gallery

If it messes things up just delete the line

Make sure there are no other htaccess files floating about

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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