Delete .htaccess

This commit is contained in:
Krzysiek Janiczek 2024-04-25 18:12:42 +02:00
parent d7ecdccd3e
commit ee62586ee5

View file

@ -1,12 +0,0 @@
# BEGIN YOURLS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /yourls-loader.php [L]
</IfModule>
# END YOURLS