I am hosting with Yahoo and since they just started the whole WordPress quick install they have provided a plugin called “Customizable Permalinks.” I don’t know if it will work outside of yahoo though.
Thread Starter
kashou
(@kashou)
Thanks meetjustin. I couldn’t find that plugin publicly so I assume that it is for Yahoo/SBC only.
Can anyone else offer any suggestions on this? It seems weird that the admin page insists on updating the .htaccess file, even though no matter what your structure is it puts the same data into the file. Should there be more than just:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress
Anyone else working with a GoDaddy account?
hello
I too have the same problem Wp 2.0 not working correctly for my godaddy subdomain http://cameras.gadioc.com/ but it working correctly for blog address http://cameras.gadioc.com/cameras/
I had this same problem -recently- >.> I have a godaddy account too
My old .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Only thing I modified was this line
RewriteBase /blog
my blog url was in the form: http://blog.domain.com
Just an FYI on GoDaddy and permalinks – for some reason, when working with wordpress on a subdomain, you need to wait 10-15 minutes for everything to update. (Could be more or less, of course.)
I’ve run into this a few times, and patience is the only thing that works. I’m a huge fan of GoDaddy, and the majority of problems you find people posting about here are simply because they’re unfamiliar… I’ve been using them for 10 years now and love them. You just need to learn their quirks is all. Don’t give up!