Quote:
Originally Posted by chadi
Thanks, but still one more issue :x
When I submit a new news post, it redirects me to the home page (yet successfully posting the new thread). However, when your on the home page or inside the CES News area and click on the post title, it redirects back to the home page again.
VBSEO related or not? Thanks again.
|
I have solved this problem changing in my shownews.php script :
In shownews.php search:
Code:
define('THIS_SCRIPT', 'showthread');
and replace with:
Code:
define('THIS_SCRIPT', 'showthread2');
Is it a Seo + Ces News conflict, VbSeo assumes that this is showthread page and redirects it to corresponding SEOed URL.
After this, i have added in my SeoCp Custom Rewrite Rule (CRR) the ces news pages that now are showed in html , and all work proprely for now