• i cant rewrite page’s name in hebrew, it’s working only with posts.
    (the page appears in the menu but when entering it showing error 404.
    I’ve updated my .htaccess file with the following code..

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

The topic ‘rewrite page’s name problem’ is closed to new replies.