[REQ] Photoplog Pro vBSEO Extension

BetaTesting

New Member
1. Create an .htaccess file in the Photoplog Pro folder that contains the following information:

Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} .php$ [OR]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /vbseo.php?vbseourl=$1&vbseorelpath=photoplog/ [L,QSA]

2. Upload the vBSEO Photoplog Pro extension product.

3. Define the following Custom Rewrtie Rules (CRRs) via your vBSEO Control Panel:

Code:
'index\.php\?title=(.+)&c=(\d+)$' => 'category-$1-$2/'
'index\.php\?title=(.+)&n=(\d+)$' => 'image-$1-$2/'

See attach... :)
 
Top