Файл: www/.htaccess
Строк: 17
Options Includes +ExecCGI
AddType text/x-server-parsed-html
.html
RewriteEngine on
Options +FollowSymlinks
RewriteBase
/
RewriteRule ^.htaccess$ - [F]
RewriteRule ^rss.xml$
/rss.php
RewriteRule ^news/([0-9]*).html$ /view.php?id=$1
RewriteRule
^print/([0-9]*).html$ /print.php?id=$1
RewriteRule ^([a-zA-Z0-9]*).html$
/page.php?link_name=$1
ErrorDocument 401
/error.php?error=401
ErrorDocument 403 /error.php?error=403
ErrorDocument
404 /error.php?error=404
ErrorDocument 500 /error.php?error=500