0

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

zessx
  • 68,042
  • 28
  • 135
  • 158
flynntes
  • 13
  • 4

1 Answers1

0

.htaccess looks fine try to change your php version to newest one