首页 > 代码库 > Apache tips

Apache tips

1、How Do I change extension of php file

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)\.html$ $1.php [L]