In my .htaccess file, why does
RewriteRule ^(i)(.*)$ subdir/$1$2
work and
RewriteRule ^(.*)$ subdir/$1
not work?
The default file in my main directory is index.html. When I match one or more letters first, this works. If I change the (i) to a (.), this no longer works. This doesn't...
In my .htaccess file, why does
RewriteRule ^(i)(.*)$ subdir/$1$2
work and
RewriteRule ^(.*)$ subdir/$1
not work?
The default file in my main directory is index.html. When I match one or more letters first, this works. If I change the (i) to a (.), this no longer works. This doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.