Need wordpress help

Discussion in 'HTML & Website Design' started by tactishian, May 18, 2008.

  1. #1
    My website is www.CashHelwig.com just created a day or 2 ago. Its a project for my business class. But, I have a question about my links. When you click the about link, or the Recomended resources. How do i make it go to like...www.cashhelwig.com/aboutme rather thank cashhelwig.com/?page_id=2.

    Thanks in advance
     
    tactishian, May 18, 2008 IP
  2. risoknop

    risoknop Peon

    Messages:
    914
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This depends on your server settings mainly (webserver configuration).

    The general solution is: log into your Wordpress Dashboard. Go to Settings - Permalinks Tab - choose "custom structure" there and fill in:

    In order for this to work, you'll need to use .htaccess mod_rewrite to redirect all requests to index.php so that you won't get Error 404.
    Here is step by step tutorial: http://codex.wordpress.org/Using_Permalinks
    This is in case of Apache Webserver.

    In case of Lightspeed, you'll need to manually put rewrite rules in your lighttpd configuration file. Something like this:

     
    risoknop, May 18, 2008 IP
  3. tactishian

    tactishian Well-Known Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    thanks for the spedy reply

    im using namecheap hosting. is that good hosting btw? so do i do what u just said with that host?
     
    tactishian, May 18, 2008 IP
  4. tactishian

    tactishian Well-Known Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    o i figured it out. thank you so much. the going into dashboard, permalinks, custom worked perfect. thanks
     
    tactishian, May 18, 2008 IP
  5. risoknop

    risoknop Peon

    Messages:
    914
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Glad to hear the simple solution works. As I've said it depends on your hosting settings. Sometimes it works without mod_rewrite, sometimes it doesn't.
     
    risoknop, May 18, 2008 IP