How to remove wordpress directory slash
The main issue or problem is that it redirects me to example.com/website/ By default Apache (mod_dir) will “fix” the URL with a 301 redirect to append the trailing slash if it is omitted from a filesystem directory. This is necessary for other Apache features to function correctly… without the trailing slash, the DirectoryIndex document is … Read more