HITSZ-ICRC-QCCHEN/paperassist/master/.htaccess - Htaccess File

HITSZ-ICRC-QCCHEN/paperassist/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /paperassist/
  RewriteRule ^index.php$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule . /wordpress/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache