Welcome Guest, Not a member yet? Register   Sign In
SEO problems with Codeigniter
#1

[eluser]rohanprabhu[/eluser]
When somebody points to www.scrawll.com , they see the page I developed as it is supposed to. But when I searched for 'scrawll.com' on Google, the directory listed the site as:

Quote:Index of /
[DIR] Parent Directory 17-Dec-2007 06:19 - [DIR] _private/ 17-Dec-2007 03:47 - [DIR] blog/ 17-Dec-2007 04:21 - [DIR] cgi-bin/ 17-Dec-2007 03:47 - [DIR] ...

which means that Google is somehow now getting redirected to the default controller [which in my app is 'place'] or maybe it is happening due to the .htaccess file I'm using to remove the 'index.php' from URL names. Here are the contents of the .htaccess file:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|scripts|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Thanks.
#2

[eluser]hepp[/eluser]
How did your site look on the 17th of December?
It's probably just Google's cache of your site. It will be respidered and google's index updated accordingly.

In other words, don't worry about it, it will fix itself Smile
#3

[eluser]rohanprabhu[/eluser]
17th december... well.. i guess you're right. I hadn't uploaded the app to my hosting account by then. Thanks a lot man Big Grin




Theme © iAndrew 2016 - Forum software by © MyBB