bwillduncanq
New Member
Our main page is index.shtml and before it was index.html.We have fixed the problem about different PR for index.html and index.shtml via .htaccess modification but i forget what we done and i see that Google gave our site PR to the index.html again altought our main page is index.shtml.Now we have added the row below to the .htaccessCode: [ Select ]http://www.google.com/search?q=+site:ww ... N&filter=0 i see other websites url as Newista site indexed pages There are a lot of strange things happening to us.Please we need emergency help about some htaccess modifyings and for what caused those troubles. Paid help is required if anyone would like to apply personally. (Please delete this row if its forbidden by Ozzu rules) drop me an e-mail please. ramazan-at-dolay.comI know I used the folowing on my site to convert .php to htm for my index.. as I ran with a index.htm before going to php, I thought the same so I parse html with php by adding this..AddType x-mapp-php4 .html .htmso enything with htm or html will usee php4 to parse. You could also use a RewriteRule if your server supports that. One Q though, is that if its your index.* tou should point links to http://www.yourdomain.com not http://www.yourdomain.com/index.html as google will not care about the ext if its not in the link..But this is a default comment that will change all Ie. (html to php) pages.But we need only index.html to index.shtml matter.We have a very very experienced specialist within our service but altough his modifications are correct for ModWrite rules is not toughting correctly by Google.Like I said I was giving an example about the php part. So does google look at index.* or yout site/As the main use of index is not to ever be called directly.So adding below row to htaccess file is enoug to fix it?Code: [ Select ]you do not need an htaccess file for that! Only thing I can think of is your host does not support shtml?I just did a test with an index.shtml here http://www.allfreechips.com/test/ctrenks wrote:this might help somehow it will change any .html page to .shtml goes in your .htaccess RewriteEngine onRewriteBase /RewriteRule ^(.*)\.html$ $1.shtml [R=permanent]djtheropy wrote:Code: [ Select ]We have lost all Google ranks which were 100 unique daily and i found that Google reindexed all of removed pages as HomePage with HomePage content and probably this is the reason.And it was probably because of wrong htaccess mod_rewrite but the most interesting is that our ranked increased very well at major related keywords at all the other search engines except Google.Will you please have any idea the below htaccess wont cause anything like trouble scenerio? Or do i totally remove the htaccess which was build only for 404 and "www" and without "www" matter.Code: [ Select ]add a 301 redirect for the .html to the .shtmlredirect 301 /index.html http://www.yourdomain.com/index.shtmljust incase you linked back to the index.html and that's been indexed somewhere.hthGHL