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
hmm weird.. got it working now using the "Custom structure" in WP. It was no go any other way. Thanks