Upload files to ''

This commit is contained in:
2022-09-24 06:29:29 +00:00
parent de5d945f2e
commit 2ebfad68c1
9 changed files with 879 additions and 0 deletions

9
.htaccess Normal file
View File

@ -0,0 +1,9 @@
# 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