SEO - 2 websites in the same domain
        Posted  
        
            by 
                user6448
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by user6448
        
        
        
        Published on 2011-03-30T15:16:07Z
        Indexed on 
            2012/10/19
            5:19 UTC
        
        
        Read the original article
        Hit count: 304
        
I have my domain (http://www.foobar.com, for example) and my website talks about technology. I want to have another website (with other content, not about technology) inside of it (http://www.foobar.com/loremipsum). I can find http://www.foobar.com in Google Search, but http://www.foobar.com/loremipsum no ... What should I do to index this website? Thank you.
update
My main site (http://www.foobar.com/, a WordPress installation) has an .httaccess:
# 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
Does it affect the index of http://www.foobar.com/loremipsum ? Thank you.
© Pro Webmasters or respective owner