Jasmin Posted August 1, 2009 Report Posted August 1, 2009 (edited) I do have the same problem described here: http://www.ravenphpscripts.com/postt13834.html I modified all the parts and I was able to enter the paths to .htaccess,.staccess etc. but it still doesn Edited August 1, 2009 by Jasmin Quote
Cody R. Posted August 2, 2009 Report Posted August 2, 2009 Lightspeed should work - though they hard coded something that checks to see if the web server isn't Apache and if it's not it spits out that generic error. It looks like they're only doing this as to make sure htaccess works. if(!stristr($_SERVER['SERVER_SOFTWARE'], "apache")) { echo ""._AB_NOTSUPPORTED.""; } [/code] The only thing I can recommend is removing that little catch and trying again. Let us know if you need further help 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.