Svet Posted June 23, 2014 Share Posted June 23, 2014 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 More sharing options...
davo Posted June 23, 2014 Share Posted June 23, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now