freshworkstudio/freshwork/master/.htaccess - Htaccess File

freshworkstudio/freshwork/master/.htaccess

#php_value register_globals 0
#php_value max_execution_time 90
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule .git - [F,L]
  
  RewriteCond %{SCRIPT_FILENAME} .html|.php|.htm|.php5|.php4  [OR]
  RewriteCond %{SCRIPT_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache