JAI MATADI all . .
m trying to change the extension of my .PHP file to .HTML file ..
i have a websites named http://mitul123.com.nu/
in which i have page1.php file
i have also uploaded .htaccess file in this in which i m using this code ..
-------------------
RewriteEngine on
RewriteCond %{page1} !-d
RewriteCond %{page1}\.php -f
RewriteRule ^(page1.*)$ $1.html
------------------------------
but it seems to not working a bit as m getting the same PAGE1.PHP when m running this ..
please tell me how can i change .PHP extension to .HTML file ..
i would also like if i can change the
-------------------------
http://mitul123.com.nu/page1.php
-------------------------
to something like
-------------------------
http://mitul123.com.nu/page1
-------------------------
it would be better if you can give me the solution for this ..
thanks a lott ..
m trying to change the extension of my .PHP file to .HTML file ..
i have a websites named http://mitul123.com.nu/
in which i have page1.php file
i have also uploaded .htaccess file in this in which i m using this code ..
-------------------
RewriteEngine on
RewriteCond %{page1} !-d
RewriteCond %{page1}\.php -f
RewriteRule ^(page1.*)$ $1.html
------------------------------
but it seems to not working a bit as m getting the same PAGE1.PHP when m running this ..
please tell me how can i change .PHP extension to .HTML file ..
i would also like if i can change the
-------------------------
http://mitul123.com.nu/page1.php
-------------------------
to something like
-------------------------
http://mitul123.com.nu/page1
-------------------------
it would be better if you can give me the solution for this ..
thanks a lott ..