- Messages
- 4,467
- Reaction score
- 95
- Points
- 0
I have a small SEO snippet in my htaccess
Which is supposed to redirect requests like 'mysite.com/whatever' to 'mysite.com/index.php?page=whatever'. However, I get a 404 error instead.
Code:
RewriteRule ^(.*?).html$ ^/index.php?page=$1 [L]