Forum Moderators: phranque

Message Too Old, No Replies

RewriteRule on httpd.conf x all server

         

webstyler

7:39 pm on Feb 6, 2007 (gmt 0)

10+ Year Member



I need to configure this

RewriteEngine on

AddType application/x-httpd-php .php .html

RewriteCond %{REQUEST_FILENAME}!-f
RewriteRule ^([^.]+)\.html$ constructor.php?name=$1 [QSA,L]
RewriteRule ^([^.]+)\.htm$ constructor.php?name=$1 [QSA,L]

But for more than 500 sites

Can I setting on httpd.conf? How?

txx