dreerr Posted February 27, 2015 Share Posted February 27, 2015 Hi there! I have an odd problem with a processwire installation, have been doing quite a lot of migrations, but this is a new kind of error. My installation is at http://subdomain.name.tld/ any attempt to move to http://subdomain.name.tld/subdirectory/ or to http://othersubdomain.name.tld/ results in a blank page with header error code 500, even with debugging turned on no messages are displayed, notihng is written in errors.txt and on apace access.log I only get 500, not any more info. I'm hosting at Gandi with simple hosting. installed modules include: ProcessWire master 2.5.3 EmailObfuscation 1.0.3 ProcessWireUpgrade 0.0.2 ModulesManager 2.1.6 Spex 0.9.9 ProcessRedirects 1.0.0 Minify 1.0.3 ProcessBatcher 1.0.4 JqueryDataTables 1.9.4 any clue on whare to start analyzing? Link to comment Share on other sites More sharing options...
Christophe Posted February 27, 2015 Share Posted February 27, 2015 Hello, Not sure I can help, and I don't know what you've already tried, but: Have you read, for example, https://github.com/ryancramerdesign/ProcessWire#resolving-an-apache-500-error and/or http://processwire.com/docs/tutorials/troubleshooting-guide/ In site/config.php, have you customized this: /** * Installer: HTTP Hosts Whitelist * */$config->httpHosts = array('localhost', 'subdomain.name.tld/subdirectory/', 'othersubdomain.name.tld/'); Or this in .htaccess: # ----------------------------------------------------------------------------------------------- # OPTIONAL: Set a rewrite base if rewrites aren't working properly on your server. # And if your site directory starts with a "~" you will most likely have to use this. # ----------------------------------------------------------------------------------------------- # RewriteBase / # RewriteBase /pw/ # RewriteBase /~user/ 1 Link to comment Share on other sites More sharing options...
Christophe Posted April 4, 2015 Share Posted April 4, 2015 Hi, Did you find a solution to your problem, and what was it? Have a nice weekend! 1 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