Forums

how do i change my page url's so that they display the page name? (3 posts)

  1. angrypirate
    Member
    Posted 2 years ago #

    i have tried editing permalinks, but everytime i get a page not found. I simply want the url to go from mydomain.com/?page_id=20 to mydomain.com/home

    help please

  2. ambrosite
    Member
    Posted 2 years ago #

    Did you remember to update your .htaccess file? You need to put this in it:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

  3. Chris_K
    Member
    Posted 2 years ago #

    and you can find more troubleshooting tips at Using_Permalinks over in the Docs section.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.