Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kinnybee

    (@kinnybee)

    Should I move this to a different forum?

    Thread Starter kinnybee

    (@kinnybee)

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

Viewing 2 replies - 1 through 2 (of 2 total)