Create them by one click instead of manually ...
Example :
UT2007World.com - test
That would be great ..
PS: This is just something done in a few minutes, but you'll get the picture ..
This is a discussion on Custom Rewrite Rules within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; Create them by one click instead of manually ... Example : UT2007World.com - test That would be great .. PS: ...
Create them by one click instead of manually ...
Example :
UT2007World.com - test
That would be great ..
PS: This is just something done in a few minutes, but you'll get the picture ..
interesting![]()
My forums: General Forums | Admin Talk (running xenforo)
I don't think this will work because there are lots of different variables used in Urls abd in each modification it is different then the other. So it is nearly impossible to track down the variables.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
It is very simple to create "1 old URL"<->"1 New URL" Custom Rewrite Rule, you don't need any tools for this. Just make sure that you add backslash before "." and "?" characters in old URL like in this example: Is there a way to rewrite this ?
The real CRRs power though is in creating "Many old URLs"<->"Many New URLs" transition with one rule and some knowledge of regular expressions is required here.'index\.php\?page=ut2004world&langid=2&styleid=45' => 'blabla.html'
For instance this CRR:
will rewrite ALL index.php?page=pagename URLs at your site to blabla-pagename.html.'index\.php\?page=(\w+)' => 'blabla-$1.html'
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Well, but it should be possible to use the most commong rules, such as vba, ibp etc. etc.
In my opinion i don't want vBSeo team to focus on external modifications instead of this i want vBSeo team to focus on their products and i think this is what they are doing.
In CRR forums you can find a thread nearly for each modification so it is not that hard to customize them![]()
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
As far as I recall this is the Feature Requestforum
It was just an idea since the variables are always the same and just the content of the RR changes .. So if you call it arcade.php, blabla php or whatever ...
Anyway ....