pterik/prodaj/master/a/.htaccess - Htaccess File

pterik/prodaj/master/a/.htaccess

####Custom Rewrite Rules Start###
RewriteEngine on
RewriteBase /adv/
RewriteCond $1 ^(index.php)?$ [OR]
RewriteCond $1 .(gif|jpg|css|js|png|ico)$ [NC,OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [S=1]
RewriteRule . /adv/index.php [L]
####Custom Rewrite Rules End####

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache