I have a website, tini.link. It is powered by a heavily modified version of YOURLS
. Everything is working fine, people can go and create short link and so on. I want to speed the site up, but every time I try to add anything to .htaccess
, I just get a 500 internal server error when visiting my site. This is what my .htaccess
looks like at the moment:
IfModule mod_rewrite.c <br>
RewriteEngine On <br>
RewriteBase / <br>
RewriteCond %{REQUEST_FILENAME} !-f <br>
RewriteCond %{REQUEST_FILENAME} !-d <br>
RewriteRule ^.*$ /yourls-loader.php [L] <br>
IfModule <br>
Thanks, Flynn
` in real file right? – anubhava Apr 27 '14 at 03:54