Oops This function requires Apache to work


Jasmin

Recommended Posts

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 :)

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...