Scowen/osrs-market/master/public_html/.htaccess - Htaccess File

Scowen/osrs-market/master/public_html/.htaccess

Options +FollowSymLinks
IndexIgnore */*

<IfModule mod_rewrite.c>
  RewriteEngine on

  #RewriteBase /

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule ^.*$ /projects/osrs-market/public_html/index.php
</IfModule>

ErrorDocument 500 "<h2>Application error</h2>Yii application failed to start properly"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache