Author Topic: Changing of url  (Read 5955 times)

0 Members and 1 Guest are viewing this topic.

swapnil

  • Jr. Member
  • **
  • Posts: 3
Changing of url
« 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???
 

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: Changing of url
« Reply #1 on: December 10, 2013, 05:34:03 PM »
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.