• Hi,

    I have done my site with default permalinks. Now with the site done and working fine i realize that it would be better to change them. How do i change it ? I try to change but i get 404 page.

    I have the file .htaccess writable and the rest of permission working fine.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    try reading Using_Permalinks

    Thread Starter rhercules

    (@rhercules)

    I have look there and i’m a bit confused.

    My .htaccess is

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Is this correct ?

    Yes, that should be correct.

    Thread Starter rhercules

    (@rhercules)

    But still get 404 page when i change permalinks. Why ?

    Any suggestions ? Or the old links i cant change ?

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permalinks how to change ?’ is closed to new replies.