Since adding this basic .htaccess to my index directory, each page load slows down by maybe 20-30 seconds:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.+)-(.+) movie.php?id=$1 [NC]
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:
Options +FollowSymlinks
RewriteEngine on