you can use the following code in .htaccess for removing .php extension. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC ...
確定! 回上一頁