Hi all I am getting some help with SEO and I am trying to build a URL. On my site if you click on a county, you can then click on an area... and then on a town.... , my data base holds the town name and the area name can I bring the info I need to the page, so I can construct the URL ? ie currently visitdevonandcornwall.com/town/Drym to visitdevonandcornwall.com/Cornwall/kerrier/Drym any help would be great Thanks JB9P
Just looked at your site, I would rewrite the URL AcommodationCornwall.php to /Cornwall, the add the secondary /Cornwall/Kerrier and finally the town /Cornwall/Kerrier/Helford This might take you some time, but, you can actually do the entire thing with rewrites
Hi, that is kinda what I started here http://www.test.visitdevonandcornwall.co.uk/ I cannot pull Devon or Cornwall, but can pull most other terms I am currntly using this And trying to make this work using a rewrite like this That will write a URL like /Kerrier/Helston/Hotel/74, But I am getting errors, it wount show me the page, I guess thats not how its done ??
Well it appears you have 4 different variables being passed in the above rewrite, try them all $1, $2, $3, $4, it's hard to distinguish how this is supposed to work without looking at the code. you can email me privately at jason.lewis @ gmail.com if you want to discuss it, or is you want to send me your code so I can have a look.