Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- php_flag register_globals on
- php_flag display_errors off
- DirectoryIndex index.php
- RewriteEngine On
- RewriteBase /
- RewriteRule ^materiali/view/(\d+)/(\d+)/$ 7eb216e5a92a5069cc0b4d7f298bfc13.php?action=view&id=$2 [L]
- RewriteRule ^materiali/view/(\d+)/$ 7eb216e5a92a5069cc0b4d7f298bfc13.php?action=view&id=$1 [L]
- RewriteRule ^materiali/(\d+)$ 7eb216e5a92a5069cc0b4d7f298bfc13.php?action=block&id=$1 [L]
- RewriteRule ^materiali$ 7eb216e5a92a5069cc0b4d7f298bfc13.php [L,QSA]
- RewriteRule ^931d645c412381532c17fcf0b71a4a24/sync.php$ link-me101/link.php [L]
- RewriteCond %{HTTP_HOST} ^(dvmusic.ru|www.dvmusic.ru|localhost)$
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond $1 !(index|_search|power|img_|_pic|.*style|.*sort.*|.*list.*|.*kolya.*)
- RewriteRule ^(.+)$ index.php?link_index_in=page&link_groups_in=$1
- RewriteRule ^kolya content_projects/kolya_nikitin/index.php
- RewriteRule ^index/topics/(.*)$ articles/$1
- RewriteRule ^index/(.*)$ index.php/$1
- RewriteRule ^_pic/(.*)$ _pic.php/$1
- RewriteRule ^power/(.*)$ power.php/$1
- RewriteCond %{HTTP_HOST} ^www.dvmusic.ru$
- RewriteRule ^.*$ index.php$1
- RewriteRule ^/(.*)$ index.php/$1
- RewriteCond %{HTTP_HOST} ^forum.dvmusic.ru$
- RewriteCond %{REQUEST_URI} !^/_talk(.*)$
- RewriteRule ^(.*)$ /_talk/$1
- RewriteCond %{HTTP_HOST} ^wap.dvmusic.ru$
- RewriteRule ^.*$ index_wap.php$1
- RewriteRule ^index_wap/(.*)$ index_wap.php/$1
- RewriteRule ^img_([0-9]*)/(.*)(\.jpg)$ _image.php?imgsource=$2.png&width=$1
- RewriteRule ^img_big/(.*)(\.jpg)$ _image.php?imgsource=$1.png&outsize=big
- php_flag session.use_trans_sid off
- AddType application/x-httpd-php .rss
- <FilesMatch "\.(txt|inc|sql)$">
- Order Deny,Allow
- Deny from all
- </FilesMatch>
- <Files robots.txt>
- Order Deny,Allow
- Allow from all
- </Files>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement