chanakyam/yourls/master/.htaccess - Htaccess File

chanakyam/yourls/master/.htaccess

# 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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache