Basically I'm a .net developer so I have no clue regarding this.
I have purchased a php script[site] and configured it over http://spicyindia.net/
eveything works fine when I append php to the file extension.
for eg works fine
but
fails
by some RND which I did there is a file named .htaccess which is responsible for this operations..
I have that file uploaded into hosting server too.
can some one tell me if there is any extra configuration which is needed for the same.
some lines in .htaccess .
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^login$ login.php
RewriteRule ^logout$ logout.php
any help would be appreciated.