I am brand new to this site and found out when I tried to access my site as www.susanpbrunner.com does not work, but www.susanpbrunner.com/susan does. I want to get rid of the "/susan" requirement so people can just use www.susanpburnner.com. Now the information on .htaccess files seems to be what is required. I take it this file goes under "public_html/susan" where the rest of my files are?
I take it that the coding in this file s/b
Options +FollowSymlinks
RewriteEngine on
rewritecond %{HTTP_HOST} ^susanpbrunner.com [nc]
rewriterule ^(.*)$ http://www.susanpbrunner.com/susan [r=301,nc]
I appreciate any help anyone is willing to give me on this.
Susan


Reply With Quote
