Hello, I have a site that uses a script to pull information from a database, below is the format of the pages. http://www.domain.com/state/statename/?p=cityname I need to get it rewritten so it will look like this: http://www.domain.com/state/statename/cityname if you can do this please contact me ASAP, I need this done now.
This is wordpress, but just for the record it is not a quick permalinks fix, so if people are thinking that, please know its not before you dive in to the project. We already had 6 people who thought they could do it and can't so. If you still feel you can do it contact me on windows live at
I have tried to contact you via MSN but seems that you are offline. I'd like to know more about your project
I have been online for hours on windows live. People also contact me only if you know you can do it, because over 5 people have wasted mmy time
Once again that is two more people who have wasted my time. Once again ONLY contact me if you know what your doing.
Okay several people have tried this and ended up just giving up without saying by or anything, although the last person who tried gave a lot of information and believe we have came closer to breaking through. What was going on is we ended up have permalinks enabled in the backend of wordpress as followed (%postname%) so that the post and pages would appear as followed: Www.domain.com/post-name/ and www.domain.com/pagecategory/page Now when we enabled these permalinks it was writing to the .htacces file for the mod_rewrites. So we had pages that were as followed www.domain.com/state/statename/?city=cityname and we were making manualy rewreites to change the ?city=cityname to become /city, well when we would write the rewrite in the .htacces file, wordpress permalinks would overwrote the mod_rewrite we just created. So what we have relaized is that in order to get the ?city=cityname we have to turn off all rewrites and all permalinks in wordpress and just put the manualy rewrite for the city in the .htacess file and do all other pages and post with manually rewrites. Now since there are like 83 pages that will have to be done manually we are going to use a wordpress plugin called advanced permalinks it allows you to set each page easily and quickly, and then we can use a mod rewrite for the city. So to show you exactly how it will be here is the site www.detox-center.com and we will go in and make it as so: The post will be shown as www.detox-center.com/post-name/ and the state pages in the righr sidebar will be shown as www.detox-center.com/state/statename. Each of the pages are all created so just structuring is all that is to be done. On the state pages you will find the cities and that is where in the end we want them to be www.detox-center.com/states/statename/cityname I hope this has shed some light, please contact me if you are up for this.
Also we have learned some more neqw information, and learned this has been one of the worst cases people have seen lol. Looks like in order to get this done we have two options. Do 83 manual rewrites in the .htacces file for these post and pages, or use advanced permalinks plugin and convert all pages to post and do a manual rewrite in the htacces. Please contact me if you are up for either of these.