This topic has 9 replies, 2 voices, and was last updated 10 years by elena.

  • Author
  • #11596
     elena
    Participant

    hello,
    iam totally new to wordpress, worked only with magento before..i have followed the instructions on the video tutorial and now iam at the beginning of costumization..current pages redirect to 404..how do i set them up?

    #11837
     Abe
    Keymaster

    Hi, Try to re-save the options from Settings – Permalink. It happens sometimes with wordpress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11903
     elena
    Participant

    done..but still the same problem…

    #11909
     Abe
    Keymaster

    Maybe it is a rewrite problem. If you mean Buddypress related pages then set a nice pretty link setting

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11912
     elena
    Participant

    sorry iam completely new to wordpress…where can I do this?
    Ive deleted eveything from the server…and created a clean database..installed wordpress..then followed the video tutorial again and made sure I dont skip any steps..and still the pages go to 404

    #11913
     elena
    Participant

    is there anything I should active before I can use it..or is there a hidden setting, which is known by the community?

    #11917
     Abe
    Keymaster

    Nothing like a hidden or special setting. Permalink settings are under Settings – Permalinks. Make sure to select Post name for example or any other pretty link.
    Share your site link please since it is easier to help you.. right now we are just wandering in the dark.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11920
     elena
    Participant

    yes i did it…like in the video..my site is http://www.partnerfinden24.de

    #11924
     Abe
    Keymaster

    That is related to your hosting, Contact them please on URL rewrite problem.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11934
     elena
    Participant

    thanks for your advice..in fact this was a problem with my .htaccess data, which wasnt even there! I had to create one and activate the mod rewrite:

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

    Works everything fine now, hope this will help somebody with same problems too!

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘fresh after video tutorial..pages go to 404’ is closed to new replies.

Log in with your credentials

Forgot your details?