Quote:
Originally Posted by hotslot
Cool, anyway we can simply keep the current version we have now and just get the code/file for the video sitemap? Is this upgrade going to effect the work vbseo has done for us on urls?
|
From what I have been told... to get this mod working in VBSEO... add "media/|" to your RewriteCond %{REQUEST_URI} in your VBSEO htaccess file...
Code:
RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap|vbseocp|login)
Then copy and paste the MediaLibrary section from MY htaccess into your VBSEO htaccess file below the line mentioned above. Then change all instances of \d to [0-9]. Simple, not complicated. I simply refuse to change my code from \d to [0-9]. \d is a default character set within regular expression functions and there is no valid reason that vbseo shouldn't support it.