Pergunta

I have a site constructed using the TinyButStrong template system, so consisting of pairs of .php pages with .html templates.

What rules should I use in a .htaccess file such that any call to a .html page is redirected to the .php?

Foi útil?

Solução

RewriteRule ^(.*)\.html$ $1.php [NC]
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top