htaccess
This commit is contained in:
parent
4cb5383ffc
commit
97b53f32eb
6
php/.htaccess
Normal file
6
php/.htaccess
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|
||||||
|
RewriteRule ^/?(.*) icon.php?icon=$1 [B]
|
Loading…
Reference in New Issue
Block a user