Trying to port my .htaccess rewrites directly into the server configuration. So on the rewrite tab of the virtual host config I went to the "Rewrite control" section and enabled rewrite. Then in the rewrite rules section I did this...
<Directory [pasted path of directory containing htaccess file here]>
[pasted rules from corresponding .htaccess file here]
</Directory>
and repeated for each .htaccess file I had. But I get a server error saying "Invalid rewrite directive <Directory ... "
<Directory [pasted path of directory containing htaccess file here]>
[pasted rules from corresponding .htaccess file here]
</Directory>
and repeated for each .htaccess file I had. But I get a server error saying "Invalid rewrite directive <Directory ... "