Mibew Messenger Community
General => Support => Topic started by: swapnil on December 10, 2013, 11:29:12 AM
-
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???
-
Why do you want it in the first place? Trying to change the URL of only one part of the web application is not a good idea unless you really know what you're doing.