1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress Permalink help

Discussion in 'Apache' started by iloveunicorns, Oct 12, 2009.

  1. #1
    wordpress says "You should update your .htaccess now."

    and then says "If your .htaccess file were writable, we could do this automatically ... "

    so i go chmod the .htaccess to 777 and it came up with the same error message.

    So it gave me another option.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    PHP:
    to insert that in the file

    i did that and still wont work

    help me

    thanks
     
    iloveunicorns, Oct 12, 2009 IP
  2. Professional Dude

    Professional Dude Prominent Member

    Messages:
    6,261
    Likes Received:
    430
    Best Answers:
    0
    Trophy Points:
    330
    #2
    If you manually updated the .htaccess with the provided code, the links should work.
    what is your blog url?
     
    Professional Dude, Oct 12, 2009 IP
  3. cpace1983

    cpace1983 Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It should work, assuming that you edited .htaccess (no characters before the ".").

    Out of curiosity, what is AllowOverride set to in your Apache configuration?
     
    cpace1983, Oct 12, 2009 IP
  4. iloveunicorns

    iloveunicorns Peon

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    okay i am feeling really stupid right now

    i modified the wrong .htaccess file in a different directory.

    site is wpfan.us it is working now. but thanks any way.
     
    iloveunicorns, Oct 12, 2009 IP