0
0
This repository has been archived on 2020-11-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OpenShorte.old/.htaccess

4 lines
97 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?URI=$1 [L,QSA]