flynntes
flynntes

Reputation: 13

Adding entry's to YOURLS .htaccess causes 500 internal server error

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

Upvotes: 0

Views: 1187

Answers (1)

user6756386
user6756386

Reputation: 1

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

Upvotes: 0

Related Questions