Forums

[resolved] Help Permalink ! (19 posts)

  1. 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

  2. govpatel
    Member
    Posted 7 months ago #

    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.

  3. lemonl
    Member
    Posted 7 months ago #

    Give me all you need to work permalinks ...
    Please help me

  4. govpatel
    Member
    Posted 7 months ago #

  5. lemonl
    Member
    Posted 7 months ago #

    I get page 404 Not Found

  6. govpatel
    Member
    Posted 7 months ago #

    Switch to default and save and see if your still get 404

  7. 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

  8. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Check with your hosts that mod_rewrite is running on your server.

  9. lemonl
    Member
    Posted 7 months ago #

    Yes... mod_rewrite is running on my server.

  10. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Then you need to speak to your hosts as it would seem that your .htaccess file is not being read correctly by the server.

  11. lemonl
    Member
    Posted 7 months ago #

    I'm still trying to host on localhost install

  12. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Then it would seem that you have an issue in your local server set-up.

  13. 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

  14. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Your local server has a rewrite issue.

  15. lemonl
    Member
    Posted 7 months ago #

    esmi I do not understand the question!

  16. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    It wasn't a question. As far as I can tell, the problem lies within your local server set up - not WordPress.

  17. 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

  18. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    You have a rewrite issue on your local server. Repeating the same thing all of the time will not change that.

  19. govpatel
    Member
    Posted 7 months ago #

    Since you locally there is change to be made in apache what server are you using locally

Reply

You must log in to post.

About this Topic