Re: [users@httpd] Problem .htaccess

2015-03-08 Thread Wilmer Arambula
Thanks for your reply I solved RewriteCond. Wilmer. El dom., 8 de marzo de 2015 1:01, jeffmonte101 . escribió: > Wilmer, > > You would need to explain what you are trying to achieve here. Do you mean > you wish to have two set of rewrite rules handling requsts for 1. localhost > and 2.everythin

Re: [users@httpd] Problem .htaccess

2015-03-07 Thread jeffmonte101 .
Wilmer, You would need to explain what you are trying to achieve here. Do you mean you wish to have two set of rewrite rules handling requsts for 1. localhost and 2.everything else? Have you tried using RewriteCond? On Sun, Mar 8, 2015 at 6:56 AM, Wilmer Arambula < tecnologiaterab...@gmail.com>

[users@httpd] Problem .htaccess

2015-03-07 Thread Wilmer Arambula
Hi, I have the following .htaccess file: # if a directory or a file exists, use the request directly # otherwise forward the request to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php when the host is equal to localhost RewriteRule . index