Anyone Get these from VBSEO

member profile URL format would be:
Code:


.htaccess in domain root:
Code:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ forums/vbseo.php?vbseourl=http://www.mysite.com/$1 [L,QSA]

---------------------------
I have no idea how to do that without moving the Forums to the root.
I *think* it would require some modifications to the .htaccess and your rewrite rules.

Can be easily achieved if you are ready to move the Forums to the root :

1. Move the whole forum to the root.

Tip : Rename the forum's index.php file to something like forums.php
and keep vBAdvanced's index.php file as-it-is.

2. Setup a CRR for your forum.php file, in your vBSEO CP :
Code:

'^forums\.php' => 'forums/'

-------------------------------
 
Back
Top