Jump to content

im not sure whether this is possible or not...


dbradbury

Recommended Posts

You could use mod_rewrite (assuming you're using Linux/Apache) to rewrite your URL's.

 

You could rewrite the following URL structure:

 

.com?l=LETTER&a=ARTIST

 

to

 

.com/LETTER/ARTIST

 

Google mod_rewrite and you should find what you're looking for

 

ah, that only work for linux/apache?

Another option (I did this a few years ago) is to write a publishing script that goes through each of your pages and publishes a static file for each. You can have them published in the URL structure you desire (LETTER/ARTIST). Then, on your current URL's, you simply add a 301 redirect (permanent redirect) to the new static HTML page. Eventually, Google will forget about your old URL's and you can remove your legacy script.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.