Quote:
Originally Posted by Chadi
The 8way media mod stopped working (past the main page) after installing dbseo.
https://vborg.vbsupport.ru/showthread.php?t=240677
.htaccess for media
Code:
# Media Library from Video Directory
RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
RewriteRule ^video\.php$ media.php?do=details&mid=%1
RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
RewriteRule ^video\.php$ media.php?do=category&cid=%1
RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
RewriteRule ^video\.php$ media.php?do=user&uid=%1
RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
RewriteRule ^video\.php$ media.php?do=tag&tid=%1
ReWriteRule ^video\.php$ media.php
Would appreciate an explanation on fixing this. If I click any video or category, it redirects to my home page.
|
Try placing your video mod rewrite rules ABOVE the DBSEO rewrite rules in htaccess.
Let me know if that works.