Is there an issue with this .htaccess which would really slow down a page request?

Diwanji

New Member
Since adding this basic .htaccess to my index directory, each page load slows down by maybe 20-30 seconds:\[code\]Options +FollowSymlinksRewriteEngine onRewriteRule ^(.+)-(.+) movie.php?id=$1 [NC]\[/code\]Is there some malformation or bad regex formatting here? I can't see anything wrong with it.Thanks!As an update, just these 2 lines are enough to put the slow down on:\[code\]Options +FollowSymlinksRewriteEngine on\[/code\]
 
Back
Top