Wordpress permalink problem

Discussion in 'WordPress' started by t-bo, Nov 5, 2006.

  1. #1
    Hi

    I have a problem with wordpress, ive just installed it but it hasnt generated the .htaccess file. Its hosted at godaddy, do they restrict this from happening?

    Ive added a .htaccess file manualy but it hasnt had any affect?

    I belive the code should be something like this:

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

    Cheers
     
    t-bo, Nov 5, 2006 IP
  2. t-bo

    t-bo Active Member

    Messages:
    170
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #2
    hmm weird.. got it working now using the "Custom structure" in WP. It was no go any other way.

    Thanks
     
    t-bo, Nov 5, 2006 IP
  3. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #3
    Did you have the .htaccess code on a new line?
     
    dcristo, Nov 5, 2006 IP