bonjour
j'ai testé sur mon serveur apache ok
.htaccess à la racine de monsite/.htaccess
http://127.0.0.1/monsite/page.html
te renvoit
http://127.0.0.1/monsite/add/php/url/page.html
Code :
#http://httpd.apache.org/docs/2.0/misc/rewriteguide.htm
#http://www.urlrewriting.fr/scripts-Rewriting-Apache.htm
RewriteEngine on
RewriteRule ^(page)\.html$ app/php/url/$1.html [NC,L]

Bonne programmation !