vBulletin Search Engine Optimization
This is a discussion on Getting "links.php" to "links"... within the General Discussion forums, part of the vBulletin SEO Discussion category; I would like to make my "links.php" URL be accessible by simply typing in mydomain.com/forums/links without the ".php" on the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Getting "links.php" to "links"...
I would like to make my "links.php" URL be accessible by simply typing in mydomain.com/forums/links without the ".php" on the end. Is there a rewrite that won't clash with the vBSEO .htaccess that can be inserted in .htaccess ... or is this the simplest way to do this? Here's my .htaccess file: Quote:
|
|
#2
| ||||
| ||||
|
Try a custom rewrite rule: Code: 'links\.php$' => 'links/'
__________________ Joe Ward / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| ||||
| ||||
|
Where would I place that and is that all I will need... that exact coding above? I tried RewriteRule 'links\.php$' => 'links/' ...but the forum did not like it. Thanks! |
|
#4
| ||||
| ||||
|
Hi Sonny, This was not intended for your htaccess file. It is for our CRR (Custom Rewrite Rules) feature, which you can find within your vBSEO Control Panel (vbseocp.php).
__________________ Joe Ward / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| ||||
| ||||
|
Did you forget you were talking to a hillbilly? An ignorant one at that. Yup... perfect. That did exactly what I wanted. Many thanks! |
|
#6
| ||||
| ||||
|
Glad to hear it's working.
__________________ Joe Ward / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |