DirectoryIndex index.php index.html index.htm default.htm ErrorDocument 404 http://www.paramifiesta.com/ RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteCond %{HTTP_HOST} !^www.(.+)$ [NC] RewriteRule ^(.*)$ https://www.paramifiesta.com%1/$1 [R=301,L] RewriteRule ^([-a-z]+)$ $1.php [L] RewriteRule ^([-a-z]+)/inicio$ index.php?ct=$1&i=e [L] RewriteRule ^([-a-z]+)/home$ index.php?ct=$1&i=i [L] RewriteRule ^([-a-z]+)/busqueda$ establecimientos.php [L] RewriteRule ^([-a-z]+)/search$ establecimientos.php [L] RewriteRule party-ideas/([0-9]+)/(.+) party-idea.php?idea=$1 [L] RewriteRule ^([-a-z]+)/([a-z]+)$ $2.php?ct=$1 [L] RewriteRule ^([-a-z]+)/categoria/([0-9]+)/(.+) subcategorias.php?categoria=$2&ct=$1&i=e [L] RewriteRule ^([-a-z]+)/category/([0-9]+)/(.+) subcategorias.php?categoria=$2&ct=$1&i=i [L] RewriteRule ^([-a-z]+)/categorias/([0-9]+)/(.+) establecimientos.php?categoria=$2&ct=$1&i=e [L] RewriteRule ^([-a-z]+)/categories/([0-9]+)/(.+) establecimientos.php?categoria=$2&ct=$1&i=i [L] RewriteRule ^([-a-z]+)/subcategorias/([0-9]+)/(.+) establecimientos.php?subcategoria=$2&ct=$1&i=e [L] RewriteRule ^([-a-z]+)/subcategories/([0-9]+)/(.+) establecimientos.php?subcategoria=$2&ct=$1&i=i [L] RewriteRule ^([-a-z]+)/anuncios/([0-9]+)/(.+) cuenta.php?cuenta=$2&ct=$1&i=e [L] RewriteRule ^([-a-z]+)/ads/([0-9]+)/(.+) cuenta.php?cuenta=$2&ct=$1&i=i [L] RewriteRule ideas/([0-9]+)/(.+) idea.php?idea=$1 [L]