multiple .htaccess files
-
I have two instances of WordPress running in separate directories. I decided to use the custom permalinks on the first install, so I created a .htaccess file for the rewrite rules and put that in directory1. …works fine.
Then, I decided it would be good to have the custom permalinks on the second installation as well. However, if I put a .htaccess file in directory2 (with the rewrite rules), I get internal server error pages, whenever I try to access that directory or the WP administration. (Directory1 install still works fine).
I thought maybe the two .htaccess files were conflicting with each other, so I created a merged .htaccess file and put this on the root of the server – then neither of the directories worked.
So, I’m back to the one .htaccess file in directory1, and no custom permalinks on directory2….
???
The topic ‘multiple .htaccess files’ is closed to new replies.