Ciao a tutti...
vorrei sapere che è possibile mettere da HTML in PHP?

Vedi sotto

Codice PHP:

<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{SERVER_PORT80RewriteRule ^([^/]*)\.html$ /terramee/index.php?collegamento=$[L]
</
IfModule
Ho provato a mettere così

Codice PHP:

<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{SERVER_PORT80RewriteRule ^([^/]*)\.php$ /terramee/index.php?collegamento=$[L]
</
IfModule
NOn funziona...cosa ho sbagliato?