To hide an extension from URL, for instance;
Change this url http://simplebyte.net/does/seo.php to http://simplebyte.net/does/seo
copy and paste the following code to your .htaccess file.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
i tried it but its not working
@Raj, could you show us the site where you are trying to do this ?
<form name='kser' type='POST' action="”>
Word :
i am a beginner. should i do anything else apart from adding this piece of code what you gave . tell me even though if it was bit silly