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
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