| Current Path : /var/www/element/data/www/backtonirvana.ru/ |
| Current File : /var/www/element/data/www/backtonirvana.ru/.htaccess |
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^h(\d+)[-/].*[-/]j(\d+)-.*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^h(\d+)[-/]j(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^j(\d+)[-/].*[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^j(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]j(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]j(\d+)[-/].*[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]h(\d+)[-/].*[-/]j(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]h(\d+)[-/]j(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
</IfModule>