Credit Cards - Credit Cards - Credit Counseling - Sexy Dress - Loans

PDA

View Full Version : Wordpress permalink problem


t-bo
Nov 5th 2006, 1:41 pm
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 5th 2006, 3:40 pm
hmm weird.. got it working now using the "Custom structure" in WP. It was no go any other way.

Thanks

dcristo
Nov 5th 2006, 5:58 pm
Did you have the .htaccess code on a new line?