jarofgreen/koscamp-freelance/master/Jobberland03/.htaccess - Htaccess File

jarofgreen/koscamp-freelance/master/Jobberland03/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
  RewriteEngine On
  Options +FollowSymlinks
  #RewriteBase //
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . index.php [L]
</IfModule>

<files ~ ".tpl$">
order deny,allow
allow from none
deny from all
</files>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache