Have Vanillas Home but Where's the Rest
I have Vanilla installed in the root of my domain as well as a WordPress site. Recently I had my config file break but fixed it with my backup. My problem is when clicking on any links in my Vanilla install I get redirected to WP's 404page.
Please help thanks Muz
Please help thanks Muz
Tagged:
0
Best Answer
-
yu_tang New
It seems that you have a rewrite urls problem.
This link kicked me to 404.
http://adventuresportnq.info/vanilla/discussion/3/introduction-to-cross-country-navigation-course-summary
But this is a-okay.
http://adventuresportnq.info/vanilla/index.php?p=/discussion/3/introduction-to-cross-country-navigation-course-summary
So you would need to check the .htaccess file and conf/config.php.
Also you can disable pretty url for quick-fix in conf/config.php.$Configuration['Garden']['RewriteUrls'] = FALSE;
0
Answers
This link kicked me to 404.
http://adventuresportnq.info/vanilla/discussion/3/introduction-to-cross-country-navigation-course-summary
But this is a-okay.
http://adventuresportnq.info/vanilla/index.php?p=/discussion/3/introduction-to-cross-country-navigation-course-summary
So you would need to check the .htaccess file and conf/config.php.
Also you can disable pretty url for quick-fix in conf/config.php.