• Hi, folks:
    this is a quick question for those who have done this before. I just added .php to my pretty URL/URIs to use an external tracking system that wouldn’t function with normal dynamic strings. This is NOT an SEO issue, but it’s something which had to be done.

    So, my URLs have changed from:
    mysite.com/2007/06/01/enc1379_230735
    to
    mysite.com/2007/06/01/enc1379_230735.php

    I would like to add an Apache Mod Rewrite rule — separate from WordPress code — to have requests for the former posts redirect to the new location with .php added, but after looking at some docs online (we own our own servers), I am clueless as to the syntax to put this into the htaccess file without messing up pages and indexes, archives, etc.

    Basically, I am willing to pay somebody to help me write a simple bit of code to add to the root htaccess file, which would redirect all queries for an old URL to the new one with .php added. I’m not concerned with Google since we use an XML sitemap and that will update; but I *am* concerned with things like social network tags (eg technorati, etc) and things like E! entertainment Online and C:net/news.com who have weitten about us and linked to specific pages. I have a custom 404 page in place which tells people to look in their browser and simple add .php to end of what is showing, but that’s not elegant.

    Any urgent help (it’s June 2, 2007) on this would be most appeciated. Again, willing to pay the bucks for something that works, from somebody who isn’t experimenting.

    HELP!

    Christopher

Viewing 1 replies (of 1 total)
  • Thread Starter neotrope

    (@neotrope)

    Hey.. some more specifics
    presumably, I need to setup some kind of funtcion to

    redirect this kind of query from a browser

    original url:
    mysite.com/2007/06/01/enc1379_230735

    apache mod code (what I’m trying to do -dunno how):
    mysite.com/2006/{anything]/enc[number]_[number]
    mysite.com/2007/{anything]/enc[number]_[number]

    or

    mysite.com/{anything]/enc[number]_[number]

    redirect browser requests to:
    mysite.com/2007/{anything]/enc[number]_[number].php
    or
    mysite.com/{anything]/enc[number]_[number].php

    anybody know how to write the apache mod rewrite rule to do this kind of redirect?

    HELP!

Viewing 1 replies (of 1 total)
  • The topic ‘Apache rewrite help, switched to .php extensions’ is closed to new replies.