fedecarg / apify-library

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time. If you are familiar with the Zend Framework, then you already know how to use Apify.
http://www.apifydoc.com
Other
266 stars 49 forks source link

Provided .htaccess causes HTTP 500 #2

Closed syphernl closed 13 years ago

syphernl commented 13 years ago

The provided .htaccess file causes a HTTP 500 error, with this logged:

Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

Renaming the file stops this behaviour.

apifytech commented 13 years ago

Can you try again but without the forward slash before index.php, e.g.:

RewriteEngine on RewriteRule !.(js|ico|gif|jpg|png|css|html)$ index.php

Thanks

syphernl commented 13 years ago

This indeed solves the issue.