lemonl
Member
Posted 7 months ago #
Hi
I would like to ask you for help, I just can not set up a WordPress Permalink form 404.
Advanced Permalinks plugin installed and still does not work. If you can tell in the sequence of all I have to do that would earn these Permalink.
Thanks ...
All my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
Are you setting permalinks with admin panel as wordpress will write .htaccess file is writable or give the code you need put in .htaccess file.
lemonl
Member
Posted 7 months ago #
Give me all you need to work permalinks ...
Please help me
lemonl
Member
Posted 7 months ago #
Switch to default and save and see if your still get 404
lemonl
Member
Posted 7 months ago #
If I use the default, it works well.
http://example.com/?p=95 - it works well.
http://example.com/account/ - get page 404 Not Found
Check with your hosts that mod_rewrite is running on your server.
lemonl
Member
Posted 7 months ago #
Yes... mod_rewrite is running on my server.
Then you need to speak to your hosts as it would seem that your .htaccess file is not being read correctly by the server.
lemonl
Member
Posted 7 months ago #
I'm still trying to host on localhost install
Then it would seem that you have an issue in your local server set-up.
lemonl
Member
Posted 7 months ago #
Maybe. But when I do the standard settings
http://localhost/?p=95 - it works well.
and when use permalink
http://localhost/account/ - get page 404 Not Found
Your local server has a rewrite issue.
lemonl
Member
Posted 7 months ago #
esmi I do not understand the question!
It wasn't a question. As far as I can tell, the problem lies within your local server set up - not WordPress.
lemonl
Member
Posted 7 months ago #
Maybe... But as I said the default settings in WordPress work well.
As soon as I try to configure permalink in WordPress
when use permalink
http://localhost/account/ - get page 404 Not Found
You have a rewrite issue on your local server. Repeating the same thing all of the time will not change that.
Since you locally there is change to be made in apache what server are you using locally