mod_rewrite issue | Request exceeded the limit of 10 internal redirects
- by Chris Anarko Meow
ok what Im doing normally works but since my rule "includes" itself is giving me issues and can't find a solution after hours working on different options.
I have a .htaccess with:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/3.15.0/(.*)
RewriteRule ^(.*)$ /3.15.0/$1 [L]
this is for my software versions, I have a program that…