Ryan Kempt
Results
2
comments of
Ryan Kempt
We use Apache, and use an .htaccess file that looks something like this that solves your issue: ``` RewriteEngine On RewriteBase / RedirectMatch 301 ^(.+)/$ $1 RewriteCond %{REQUEST_FILENAME} !-f RewriteRule...
Ya, there's advantages and disadvantages to each way, whether on Nginx or Apache we're forced to have it redirect our requests to Flight anyways I find it pretty convenient to...