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.
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:
http://codex.wordpress.org/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
http://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:
http://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