
11-07-2014, 08:03 PM
|
|
|
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by cdoyle
Hoping someone knows how to fix this, but I just noticed that when clicking on an ad. It's redirecting back to the forumhome.
It used to work, so not sure what is going on.
I have this in my HTaccess
RewriteEngine On
RewriteRule ^classifieds/([^/]*)/ ./ozzmodz_classifieds.php?do=main&catid=$1 [L,NC]
RewriteRule ^sale/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^wanted/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^trade/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^offer/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^seller/([^/]*)/ ./ozzmodz_classifieds.php?do=seller&sellerid=$1 [L,NC]
I did install DBSEO a few months ago, not sure if that has something to do with it?
anyone know how to fix it?
|
anyone know where I should look to fix it?
|