T travisbell Well-Known Member Sep 4, 2008 #1 Sep 4, 2008 #1 Hey guys, I am migrating some sites from an Apache environment where the following worked in my .htaccess... Code: <FilesMatch \"test.html$\"> Order deny,allow Deny from all </FilesMatch> Doesn't seem to in LS. Anything special I need to?
Hey guys, I am migrating some sites from an Apache environment where the following worked in my .htaccess... Code: <FilesMatch \"test.html$\"> Order deny,allow Deny from all </FilesMatch> Doesn't seem to in LS. Anything special I need to?
M mistwang LiteSpeed Staff Sep 4, 2008 #2 Sep 4, 2008 #2 is the double quote being escaped in the configuration file? like \" or just " . It should not be escaped.
is the double quote being escaped in the configuration file? like \" or just " . It should not be escaped.
T travisbell Well-Known Member Sep 8, 2008 #3 Sep 8, 2008 #3 Yup, that was it. Strange that it was working on our old configuration. Doesn't really matter though since it's working now.
Yup, that was it. Strange that it was working on our old configuration. Doesn't really matter though since it's working now.