GetDotaStats/site/master/site_files/sig/old/.htaccess - Htaccess File

GetDotaStats/site/master/site_files/sig/old/.htaccess

<IfModule mod_rewrite.c>  
  Options +FollowSymlinks -MultiViews
  RewriteEngine On

  RewriteBase /sig/

  RewriteRule ^([0-9]+).png$ index.php?aid=$1 [QSA,NC,L]

  RewriteCond %{REQUEST_URI} !=/dotaroot [NC]
  RewriteRule ^dotaroot/([0-9]+).png$ dotaroot.php?aid=$1 [QSA,NC,L]

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*) / [NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache