PRINCESSGRACE
Regular Member
- Apr 11, 2010
- 241
- 26
Hi,
Can anyone help me? I just put up a WP blog, and when I tried linking to it my main URL w/o http (
) goes to an error page while with http (
) it links. Also google has refrain from indexing my homepage but all my pages aside from my home has been indexed.
I have checked the .htacess and it all looks good
Anyone have an Idea?
Can anyone help me? I just put up a WP blog, and when I tried linking to it my main URL w/o http (
Code:
www (dot) mysite (dot) com
Code:
http: www (dot) mysite (dot) com
I have checked the .htacess and it all looks good
Code:
# 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
Anyone have an Idea?