• Hi everyone! I am using the latest version of WordPress, and I’m running into a problem. When I try to add or edit a page, the page doesn’t actually show up on my site. If you go to https://www.byagi.com and click on ‘about’ or ‘who am i’, you can see what I’m talking about. I don’t know why it is doing this – it seemed to be working earlier – is there a chance it could be a plugin I’ve added? Any help would be greatly appreciated!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Check your permalinks and try removing the index.php option.

    Thread Starter Byagi

    (@byagi)

    Thanks Shadow – I’ve tried this, and it’s not working for me. I went to the permalinks section and removed the index.php in the link text box, and it made no difference. No matter what the links are changed to, they still didnt seem to be working. It had been working originally, but then it stopped. Could it be a plugin? Here’s what I’ve added:

    All in one SEO pack
    Last.fm records
    podpress
    SABRE
    tiny MCE advanced

    Let me know if you need more information.

    I can see this page:
    https://www.byagi.com/?page_id=24

    Thread Starter Byagi

    (@byagi)

    I changed it back to the default so the pages would work. Try again – I set it for Date and Name Based, which is how I want it, and it doesn’t work.

    The problem is you are on a Win server. This might help:
    https://codex.www.ads-software.com/Using_Permalinks#Using_Permalinks_Without_mod_rewrite
    but as you know nothing is ever guaranteed on a Win sever.

    I have the same problem, my pages are missing since I upgraded to 2.3 anf if I create another one, it just don’t show up. The page exists but it i can’t see it.
    very bad
    https://www.zagg.com.br/?page_id=320
    any help?

    Thread Starter Byagi

    (@byagi)

    Very cool – thanks for the info! I’ll give it a try this evening.

    Moshu, do you think I have the same problem> I don’t think i’m using win. My pages just dont show up. I’ve Updated Permalink Structure, nothing changed.
    My .htacess file is empty…

    My .htacess file is empty…

    There’s your problem. Have you checked out the troubleshooting stuff on the Permalinks codex page?

    Yes, now I have seen this link “permalinks”.
    I have a 1.htacess file on my desktop. I’ve tried to change it adding

    # BEGIN WordPress

    /index.php/%postname%/

    # END WordPress

    failed – a error 500 appeared

    then I’ve tried:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    same problem.

    I would be great if i use the format:
    https://www.zagg.com.br/%postname%/

    if I do it, using the Customize Permalink Structure, the site runs ok, but when I click on a post or page, I have a page with nothing.

    Changed all the settings in the perma-links, added the above to my .htaccess file, but not working.

    Thread Starter Byagi

    (@byagi)

    Hi everyone – I checked with my hosting company and they dont have mod_rewrite set to be allowed. Are there other programs or options to get around this? Any other way I can approach it?

    You can “approach” the documentation… ??
    Using_Permalinks – see the Win section

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Adding new pages doesn’t work’ is closed to new replies.