Forum Moderators: coopster
I put this in .htacces file:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
Its work, but some of my php aplications have urls:
www.mysite.com/this-is-page
without .html in the end
how to parse that? Which code I must use.
Please help me. I think that for the apache guru this is not a problem to do. Sorry if my english bad.