WordPress.org

Forums

Redirects (2 posts)

  1. samanathon
    Member
    Posted 6 years ago #

    Hello, how can I redirect:

    http://mysite.com/steve

    to:

    http://mysite/2006/10/15/steve/

    Basically, I want a user to be able to type a direct URL for a specific topic ("Steve" in this case) and be taken to a specific post.

  2. koeln
    Member
    Posted 6 years ago #

    You can use htaccess. You have to add lines like

    RewriteEngine on
    RewriteRule ^/(.*) http://mysite/2006/10/15/steve/$1 [L,R]

    have a look at

    http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.