Parašė Pakartoti slaptažodį· 2010 Sau. 28 14:01:45
#44
RewriteEngine On
RewriteRule ^straipsniai.html$ articles.php [L]
RewriteRule ^(.*),s([0-9]*).html$ readarticle.php?article_id=$2 [L,NC]
RewriteRule ^(.*),sk([0-9]*).html$ articles.php?cat_id=$2 [L,NC]
RewriteRule ^siuntiniai.html$ downloads.php [L]
RewriteRule ^(.*),d([0-9]*).html$ downloads.php?download_id=$2 [L,NC]
RewriteRule ^(.*),dc([0-9]*).html$ downloads.php?cat_id=$2 [L,NC]
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$