Hi, Here is my site information: - PageRank 4 - Number of Pages Google Indexed (API): 25,200 After validating, all weights equal "0". It's ZERO! I can't believe, it should get a number of weights? Anyone can help, pls? -Aroonsak
Umm...I just found something wrong! ==> http://board.dserver.org/index.html ==> http://board.dserver.org/ Code (markup): The last not show ads. Exactly, it's the same page, point to index.html? Anyone can suggest what's cause this problem? -Aroonsak
You probably use the HTML version and it only passes .html files through the parser script. You;ll have to do something like a rewrite to not use the root domain anymore.
Yes, I use the parser script. Here is my .htaccess code: AddType application/x-httpd-php .php .htm .html <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} ^(.*)\.html [NC] RewriteRule ^(.*) /passthru.php?file=$1 </IfModule> Code (markup): Could you please tell me what statement I should modify? How to rewrite to not use the root domain anymore?
I have no idea but my gut feeling is that it's this line: RewriteCond %{REQUEST_FILENAME} ^(.*)\.html [NC] It only parses a .html page I think (but I'm crap at rewriting).