• Resolved kiddisi

    (@kiddisi)


    Hi,
    Can someone help me? I can’t figure out how to change permalinks now. I want my url to appear like http:mydomain.com/home and I have changed it in permalinks like %postname%, but I have to change my .htaccess I have tried it without any results. So can someone explain to me in simple way how to do it?
    Warmest regards,
    Kris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Change your .htaccess file permissions to 777. Go to Settings>Permalinks and choose what permalink types you want. once you’ve done it, save your changes. Then set your .htaccess file permissions back to 644.

    That’s pretty much it.

    Hi,

    Set your desired permalinks for your blog and add this code in htaccess file and save the file..

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    [spam link moderated]

    Thanks,

    Shane G.

    Thread Starter kiddisi

    (@kiddisi)

    Hi,

    Thank you so much for your replay:)), I did it almost right except the 777 thousand thanks:))

    Warmest regards,
    Kris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks and .htaccess’ is closed to new replies.