Im using Revcms, and icant get it to work.
So how do i remove that? also when im click enter hotel then its need to go to my hotel and not api?
Help i will remove that.
E.G Me
Open It Up Do Ctrl + H
First Bar Type: api.php
second bad type: Client
Then Click Replace all So Instead of the enter button taking you to Api it'll Be Straight TO Your Client
Might be easier to replace the content of api.php with "header('Location: /client'); exit;" - that way you do not have to go through all files with a client link and change the URL.
Might be easier to replace the content of api.php with "header('Location: /client'); exit;" - that way you do not have to go through all files with a client link and change the URL.