Apache doesn't let .htaccess use frills such as Location, Directory - without these, is it possible to match a url pattern and set php configuration settings (via php_value) in a .htaccess file?
|
feedback
|
|
You can, however, use Files and FilesMatch in a htaccess file. | |||||||
feedback
|
|
Location and Directory don't make as much sense for .htaccess files because you can just put them in the directory that it matches to. | |||||
feedback
|