htaccess not working
Posted: Tue Dec 04, 2007 9:30 pm
I have the following in my htaccess
The last rule for testing simply doesn't work... I always get page not found, any ideas what is wrong?
Code: Select all
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^quizzes/(.*)/(.*)$ quizzes/?qid=$1&page=$2 [nc]
RewriteRule ^testing/(.*)/$ testing/?page=$1 [nc]