Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cassiem9

    (@cassiem9)

    You summed up my response in a sentence!

    As far as the links you sent… I’m not sure if they get me to the bottom of solving my problem or not. I’m nervous to change those URL settings in the ‘general’ section because it really messed things up last time (see my OP). The domain mapping plug-in looks interesting, but it might put me in over my head, based on the instructions.

    Is there potentially an easier way to simply eliminate naterecording.com from showing up when visiting the cassiemarie.com website, or will it require some technical wizardry?

    Thread Starter cassiem9

    (@cassiem9)

    I’ll do my best to clarify the situation:
    Our domain host exists within the http://www.naterecording.com URL, which is my own personal site. (cassiemarie.com is actually the site for my wife.)

    In order to create a new website using the same account, I simply created a new wordpress account in a new folder within the domain (cassiemarie). Therefore, the original domain is located at http://www.naterecording.com/cassiemarie.

    From there, I just purchased the cassiemarie.com domain and forwarded it to the naterecording.com/cassiemarie wordpress page.

    The issue is that when searching for the cassiemarie site, or my wife’s name on Google, it shows a link to the naterecording site. It gets to the right place, but doesn’t look as nice as if it simply said ‘cassiemarie.com’

    Ultimately, my question is whether there is a way to change how this is displayed, or if I am stuck unless I actually have the wordpress folder exist directly in the cassiemarie.com domain. Thank you so much for the help!

    Thread Starter cassiem9

    (@cassiem9)

    Thank you! As long as I have it set to Default, the links will work.
    Although, if I change the permalink setting to something else, I get the same issue.

    My original goal was to hide anything referring to “naterecording.com” in the permalink, since it is not associated with my own work. Is it possible to do this?

    And my apologies for the ‘bump’ing.

    Thread Starter cassiem9

    (@cassiem9)

    By the way, if this helps, or has anything to do with it, here’s what’s in my .htaccess file:

    AddType x-mapp-php5 .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

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