f4b2cb4298
The first version of the theme
12 lines
211 B
ApacheConf
12 lines
211 B
ApacheConf
|
|
|
|
# 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
|
|
|