Answers for "options all htaccess"

3

.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Posted by: Guest on November-02-2020
0

.htaccess

# No extern use from your images
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?domainname.de [NC]
RewriteRule .(jpg|jpeg|png|gif)$ https://domainname.de/hotlink.jpg [NC,R,L]
Posted by: Guest on June-28-2020

Browse Popular Code Answers by Language