forked from qwerty/tupali
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
|
RewriteEngine On
|
||
|
#RewriteBase /
|
||
|
#RewriteRule ^index\.php$ - [L]
|
||
|
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{HTTP_HOST} ^www\.redhuerteros\.org [NC]
|
||
|
RewriteRule ^.*$ index.php?empresa=50 [NC,QSA]
|
||
|
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{HTTP_HOST} ^redhuerteros\.org [NC]
|
||
|
RewriteRule ^.*$ index.php?empresa=50 [NC,QSA]
|
||
|
|