I am not sure, but it is looking I am doing something wrong. There is two question important for me.
1. I would like to display html extension instead of php. How I can do this? I have this htaccess but it is not working.
2. What search engine see if I use rewrite rule when is comming on my site - html or php extension? This is very important for me because if they see (original) php extension then I didn't revrite rule.
Sonam
1. I would like to display html extension instead of php. How I can do this? I have this htaccess but it is not working.
| Code: |
| Options +FollowSymLinks +Indexes
RewriteEngine on RewriteBase / RewriteRule ^([^.]+)\.html$ $1.php [L] |
2. What search engine see if I use rewrite rule when is comming on my site - html or php extension? This is very important for me because if they see (original) php extension then I didn't revrite rule.
Sonam
