It is good thought,but i have many pages and in them there are references to other pages:sad:maybe can be more simple way?make them to php by changing the extension to .php
but isn't workingRewriteEngine on
RewriteRule ^(.*)\.html $1\.php
It is good thought,but i have many pages and in them there are references to other pages:sad:maybe can be more simple way?
AddType application/x-httpd-php .html .htm
It is good thought,but i have many pages and in them there are references to other pages:sad:maybe can be more simple way?
Open your .htaccess (hidden file located in public_html folder) file and add this line in it..
Code:AddType application/x-httpd-php .html .htm
Move these files to public_html folder...
or copy .htaccess file in phptest folder