I have a htacces file in my root folder with some basic code in it. But I want that all those instructions get ignored in the directory \"voxelforum.com\". How can I achive
Oddly, you may first need to turn off rewrite and then put it on again
Put a .htaccess file in the subfolder and add these 2 lines:
.htaccess
RewriteEngine Off RewriteEngine On
Add your rewrite rules below
This worked for me whereas simply adding RewriteEngine On did not.
RewriteEngine On