themaxx Posted June 10, 2013 Report Posted June 10, 2013 Hi Has anyone managed to get selfoss running on shared hosting? When I install and run, I get this 500 Internal Server error: Internal Server Error Invalid routing pattern: GET / I followed the instructions on this page: https://github.com/SSilence/selfoss/issues/36#issuecomment-14977220 Which says "apache config is wrong. Could be AllowOverride None which should beAllowOverride All" Anyone know how to fix this? Thanks Pete PirlWerbtit 1 Quote
Brian Posted June 11, 2013 Report Posted June 11, 2013 It may be worth a shot to modify the .htaccess file for the install directory and add: AllowOverride All As the top line to the file. If you've done/tested this and it isn't working I'd suggest a support ticket. We can dive into your account a bit deeper there than on the forums Quote
themaxx Posted June 12, 2013 Author Report Posted June 12, 2013 Thanks Brian, much appreciated. Quote
Brian Posted June 12, 2013 Report Posted June 12, 2013 Got your ticket and I'm looking into it there. I've already tested a few things but they didn't work so I'll be asking one of our sysadmins to peak as well. We'll be in touch in your ticket sometime today Quote
Cody R. Posted June 13, 2013 Report Posted June 13, 2013 Just to clarify this was due to PHP being compiled against a older PCRE library (6.x vs. 8.x). The newest version fixed it . Quote
themaxx Posted June 13, 2013 Author Report Posted June 13, 2013 Thanks Cody - that fix was really quick!!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.