Top

Henrikk on "pages doesn’t work when i add new ones(htaccess problem i believe)"

February 23, 2010 by David Olsen 

No worries, solved my own problem.
But if someone els does this add back:

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

# END WordPress

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • Share/Bookmark

Related posts:

  1. oznola on "Permalinks don’t seem to write to htaccess" i am using v2.9.2 on debian linux. .htaccess is owned...
  2. Catherine_B on "Changed blog url – Did work – Now functions.php line 502 error + No dashboard" Hello – I have a problem and sure do need...
  3. Are legal pages critical to websites? I received the following question from a reader: I have...
  4. allancole on "[Plugin: WordPress Loop] custom_query_args documentation?" I’m trying to display a page using the WordPress Loop...
  5. Why Are Web Pages So Ugly? I was thinking about the Reader’s Choice Awards and specifically...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments

Facebook comments:

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





Security Code:

Bottom