Blame view

common/components/urlManager/.htaccess 300 Bytes
eb56e5f2   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
  AddDefaultCharset WINDOWS-1251

  # display_errors 1

  # error_reporting 2047

  

  RewriteEngine on

  

  

  

  RewriteRule ^(.*)(date\.php|votebar|spam|\.css|uploaded|img|rating\.php|forum_comment\.php|js|admin|googlec87a9150150cf5d3.html)(.*)$	$1$2$3 [L]

  RewriteRule ^(.*)$	index.php [L]