Social News
Redirect index.php to root
A common request is to be able to remove or redirect the index.php from appearing in the url. This is possible only with server-side technology like .htaccess configuration files or your main server config by using the Mod_Rewrite Rewrite Module.
Fonte: Redirect index.php to root
Utile regola per il rewrite via htaccess per evitare la duplicazione dei contenuti tra i due URI tipicamente presenti in una root (http://miosito.ext/ e http://miosito.ext/index.php, per esempio).






