kinnybee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink Settings still include /wordpress subdirectoryShould I move this to a different forum?
Forum: Fixing WordPress
In reply to: Permalink Settings still include /wordpress subdirectoryThanks for your help… So now I guess I have an additional issue that kenbussell.com is not correctly pointing to http://www.kenbussell.com? My desktop browser automatically switches to www but my mobile browser returns a 500 error as you mentioned. Is this an issue with my domain manager settings (namecheap)?
The .htaccess file has the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
I know I should probably take the /wordpress out of there, but I’m not sure what to do with the “.”
The home (wordpress) and site URLs are the same: http://www.kenbussell.com/wordpress
The home address is greyed and uneditable from the settings menu (hard coded?).
When I try to change the site address I get a “could not create directory” error. I googled this and could find nothing that would let me change it…Thanks again for your help. I obviously have no idea what I am doing.