Quote:
Originally Posted by puertoblack2003
Hello,
members on my forum sent me a pm about they couldn't submit links via vbadvance link directory. disabling this mod has worked. Is there something i can add so when adding links it can redirect to the link directory instead of home, which that's is causing the issue, they're unable to submit.
|
Can you please paste the source code of the vbadvanced link directory with this mod turned off to
www.pastebin.com and link me here?
Quote:
Originally Posted by ReMarkable1991
But 1 more question does that rewrite map need all the tools I use? I have seen post here where the added certain .php page to it. For example biggest part of website is host.org/competitions.php/ so most pages start with that. Do I have to add competitions.php somewhere in the rewrite file?
|
Sorry, I don't understand this question. Can you please re-phrase it?
Quote:
Originally Posted by franzes80
I have vb 4.2.2 pl 1 and dbseo 1.0.8 have problem in navbar.I insert link http://mysite/forum/forum.php and no work.the link that appears it is http://mysite/forum and go on activity.php
my .htaccess
Code:
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
Please help me
|
Set "Force Directory Index" to No in the General Settings for this mod in the DBSEO Control Panel.
Fillip