I have website running under Symfony 1.4 framework. I created directory in /web called "blog" and uploaded there Wordpress CMS. How can I prevent Sf 1.4 to not route this directory and allow to run Wordpress site?
Asked
Active
Viewed 34 times
0
-
1See this https://stackoverflow.com/questions/1848500/htaccess-mod-rewrite-how-to-exclude-directory-from-rewrite-rule – ksiimson Jan 15 '16 at 11:23
-
In addition, you'll need to make sure you have the correct .htaccess file in the /blog directory to make sure wordpress works correctly. – Jestep Jan 22 '16 at 16:58