Hello Mibew Team,
Thanks in advance..
My question is what if I want to change url of client side window???
for example: localhost/xyz1/xyz2/chat/client.php
this should be redirected as localhost/xyz1/client.php
I used redirection in .htaccess but it's not working??
Even when I copied client.php to xyz1 & by giving appropriate links I successfully manged to
work it but it generates one problem of which says your session is expired.& lot errors....so I didn't preferred this way....
so do you have any solution on this of converting url from localhost/xyz1/xyz2/chat/client.php to localhost/xyz1/client.php???