hubvioos/42framework/master/framework/skel/example.htaccess - Htaccess File

hubvioos/42framework/master/framework/skel/example.htaccess

Options +FollowSymLinks
RewriteEngine on

# hot-linking is not allowed !
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com/.*$ [NC]
RewriteRule .(gif|jpg|swf|flv|png)$ /dev/null [R=302,L]
#RewriteRule .*.(gif|jpg)$ - [F,L]

# serve assets normally
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule    ^(.*)$  index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER, REQUEST_FILENAME

Comments

Apache