RewriteCond
?Hi, I have the following .htaccess file:# if a directory or a file exists, use the request directly# otherwise forward the request to index.phpRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . index.phpwhen the host is equal to localhost RewriteRule . index-test.phpelse RewriteRule . index.phpas I do apologize for my ignorance, my version of apache 2.4,Thks,--Wilmer Arambula.