-
AuthorPosts
-
March 4, 2015 at 6:54 pm #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.
March 4, 2015 at 10:15 pm #406086Hey 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,
ElliottMarch 5, 2015 at 8:44 am #406263Hey,
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.March 5, 2015 at 10:39 am #406313Hi!
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!
RikardMarch 5, 2015 at 3:33 pm #406443Hello,
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.
March 5, 2015 at 9:45 pm #406696Hey!
Send us a WordPress and FTP login and we’ll take a look.
Regards,
ElliottMarch 5, 2015 at 11:19 pm #406745This reply has been marked as private.March 6, 2015 at 6:30 pm #407176Hi!
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, 8 months ago by Elliott.
March 11, 2015 at 4:52 pm #409952This reply has been marked as private.March 12, 2015 at 5:20 am #410292Hi!
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,
RikardMarch 12, 2015 at 7:25 am #410331This reply has been marked as private.March 12, 2015 at 1:21 pm #410422Hi!
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,
RikardMarch 17, 2015 at 11:04 am #412842This reply has been marked as private.March 18, 2015 at 5:06 am #413368Hi!
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,
RikardMarch 18, 2015 at 11:27 am #413519This reply has been marked as private.March 19, 2015 at 4:37 am #414143 -
AuthorPosts
- You must be logged in to reply to this topic.