Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #405973

    Hello,

    I have issues with customized permalinks.
    when i put : /%pagename%/

    Its not working i always get a “not found” message.

    How can i fix that ?

    Thanks.

    #406086

    Hey hsipkin!

    You’ll want to use /%postname%/ or in the permalink settings menu just click the “postname” setting and save. Pay special attention to any messages that WordPress gives you such as .htaccess file not being writable, etc etc.

    Best regards,
    Elliott

    #406263

    Hey,

    I just tried, and it is not working again. Still get the Not found page.
    Wordpress is not giving me any messages…

    .htaccess file not being writable ? I’m not sure what that means and not sure how to change it.

    Can you be more specific on the things i have to do to make this work.
    Thanks.

    #406313

    Hi!

    Do you have FTP access to your account? If yes, please check if there is a file called .htaccess in the root folder or your WordPress installation. Also contact your hosting to ask if you have the correct read/write permission for the .htaccess file.

    A functioning .htaccess file for post name should read something like this:

    # 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

    Cheers!
    Rikard

    #406443

    Hello,

    I don’t have the .htaccess file.
    It seems that i don’t have access at the root folder.
    Is there any way i can do that in a other way ?

    Thanks.

    #406696

    Hey!

    Send us a WordPress and FTP login and we’ll take a look.

    Regards,
    Elliott

    #406745
    This reply has been marked as private.
    #407176

    Hi!

    I tried creating a .htaccess file but your server keeps deleting it for some reason. Or it is not saving it properly? I do not know but when I refresh in my FTP client it disappears. You will need to contact your hosting provider and let them know about this.

    Cheers!
    Elliott

    • This reply was modified 9 years, 1 month ago by Elliott.
    #409952
    This reply has been marked as private.
    #410292

    Hi!

    It looks correct to me but since it’s not working there must be something wrong, could you try to explain the problem to your hosting company and see if they can help out?

    Regards,
    Rikard

    #410331
    This reply has been marked as private.
    #410422

    Hi!

    That seems unlikely unless you made any changes in Settings–>General?

    I think this will be solved if you ask your provider to delete the .htaccess file for you.

    Best regards,
    Rikard

    #412842
    This reply has been marked as private.
    #413368

    Hi!

    I had a look at your backend and everything looks ok but I’m getting 404’s when switching to postname as well. I’m guessing you are using this server as development? Have you had a similar issue on other sites? I would recommend you to contact your host as this is most likely a server error.

    Regards,
    Rikard

    #413519
    This reply has been marked as private.
    #414143

    Hey!

    I’m not quite sure what it could be, that’s why it would be best for you to contact the host. Just tell them exactly what the problem is, they will most likely know how to fix it.

    Cheers!
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.