afshinnj/amlak/master/.htaccess - Htaccess File

afshinnj/amlak/master/.htaccess

Options -Indexes

<Files *.sql> 
    Order deny,allow
    Deny from all
</Files>

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond $1 !^(index.php|images|core|assets|robots.txt)
RewriteRule ^(.+)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache