Delete .htaccess
This commit is contained in:
parent
d7ecdccd3e
commit
ee62586ee5
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue