Posts by Mauricio Mendez • 31 points
2 posts
-
0
votes2
answers2341
viewsA: Htaccess is not redirecting to 404 error page
Try putting these commands on top of .htaccess RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d
-
3
votes3
answers235
viewsQ: how to treat different index/templates for the same site?
I have 10 distinct html/php templates and via panel (admin) client can select one of 10 templates for your site. My question is how to make the site know which template to open. In the panel I save…