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?
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?
You can, however, use Files and FilesMatch in a htaccess file.
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.