Remove .php extension in PHP through .htaccess file.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

Popular posts from this blog

Item State change of JComboBox and Get values from database and show Data on JTable.

Jtable with database manually in netbeans.