I want to write like this in htaccess
RewriteEngine On RewriteRule red f2.php?fa=5 RewriteRule blue f2.php?fa=6 RewriteRule white f2.php?fa=2 ... etc. about 500 pieces. Tell me, how will this affect the site itself? The speed will not slow down or not? Generally what it threatens? Thank!
last- karmadro4 flag.htaccessonce, compiles regular expressions and keeps them in memory. Your idea is certainly not optimal, but not critically slow. - karmadro4