How Can I optimize this RewriteEngine Code?
- by Lucki Mile
I have server overload, server admin said that this issue is caused from htaccess file
This is the code:
RewriteEngine On
RewriteBase /here/
RewriteRule ^top/?$ index.php?mode=top [QSA]
RewriteRule ^top/video/?$ index.php?mode=top&cat=vids [QSA]
RewriteRule ^top/picture/?$ /index.php?mode=top&cat=pics [QSA]
RewriteRule ^random$…