I have a URL (http://www.example.com/). Whenever me, a user, or a bot(search indexers) enter (http://www.example.com/Folder) the domain automatically redirects to (http://www.example.comFolder). All browsers are removing this slash. This also applies to files and subfolders, the slash after .com is removed and the user is redirected to their default DNS search site.
What can I configure, either with DNS or on my server, to prevent the root slash from disappearing?
My Server is configured:
- Ubuntu 14.04 VPS
- Running Apache, PHP, MySQL
- Domain purchased through NameCheap
- Site uses CloudFlare DNS
Any ideas would be greatly appreciated