Forum Moderators: phranque
1) the PT flag does in terms of google seeing the page as static vs. dynamic
2) the HTTP mime type line
my code:
rewriteEngine on
rewriteRule ^h-(.*)\.html$ index.php?file=$1&t=h[L]
rewriteRule ^e-(.*)\.html$ index.php?file=$1&t=e [L]
rewriteRule ^(.*)\.html$ index.php?file=$1 [L]
What effect would [PT,L] have or even
[T=application/x-httpd-php][PT,L]
Seems to work fine without any of this stuff, but question is what would Google's crawler see?