Its just naot having it. This is what I have tried so far
No redirect from that is working.Code:'^vbclassified\.php' => '/classifieds/' '^vbclassified\.html' => '/classifieds/' '^vbclassified\.php$' => '/classifeds/index.php' '^vbclassified\.html' => '/classifieds/index.php' '^classifeds\.index.html$' => '/classifeds/index.php' '^classifeds\.index.html' => '/classifeds/index.php' '^classifieds/index\.html$' => '/classifieds/index.php' '^classifieds/.index\.html$' => '/classifieds/index.php' '^/classifieds/index\.html$' => '/classifieds/index.php' '^classifieds/.index\.html$' => 'classifieds/index.php'
There are also custom rr´s though. With them taken out, still no difference
These are the custom rr´s if that helps
The only other thing I can think of doing at present is to up the contents of the new classifieds folder to the VbClassifieds folder. Or try an htaccess divert of some kind.Code://******************** vBCLASSIFIED REWRITE ****************************************** '^vbclassified\.php$' => 'classifeds/index.html' '^vbclassified\.php\?do=category&categoryid=(\d+)' => 'classifieds/category-$1.html' '^vbclassified\.php\?do=newad&categoryid=(\d+)' => 'classifieds/newad-$1.html' '^http://www.timeshareforums.com/forums/vbclassified\.php\?do=ad&id=(\d+)' => 'classifieds/viewad-$1.html' '^vbclassified\.php\?do=ad&id=(\d+)' => 'classifieds/viewad-$1.html' '^vbclassified\.php\?do=edit&adid=(\d+)' => 'classifieds/edit-$1.html' '^vbclassified.php\?do=search&memberid=(\d+)' => 'classifieds/search/member-$1.html' '^vbclassified\.php\?do=editad&adid=(\d+)' => 'classifieds/edit-$1.html' '^vbclassified\.php\?do=delete&adid=(\d+)' => 'classifieds/delete-$1.html' '^vbclassified\.php\?do=feedback&userid=(\d+)' => 'classifeds/leavefeedback/$1.html' '^vbclassified\.php\?do=user&userid=(\d+)$' => 'classifeds/feedback/all/$1.html' '^vbclassified\.php\?do=user&userid=(\d+)&type=feedback' => 'classifeds/feedback/all/$1.html' '^vbclassified\.php\?do=feedback&userid=(\d+)&type=buyers' => 'classifeds/feedback/frombuyers/$1.html' '^vbclassified\.php\?do=user&userid=(\d+)&type=buyers' => 'classifeds/feedback/frombuyers/$1.html' '^vbclassified\.php\?do=feedback&userid=(\d+)&type=sellers' => 'classifeds/feedback/fromsellers/$1.html' '^vbclassified\.php\?do=user&userid=(\d+)&type=sellers' => 'classifeds/feedback/fromsellers/$1.html' '^vbclassified\.php\?do=feedback&userid=(\d+)&type=others' => 'classifeds/feedback/left/$1.html' '^vbclassified\.php\?do=user&userid=(\d+)&type=others' => 'classifeds/feedback/left/$1.html'
Thanks in advance for any help as per normal guys.


LinkBack URL
About LinkBacks






Reply With Quote
