htaccess settings
-
Currently, I’m running into an issue where trailing slashes are only handled and redirected properly when I’m logged into the site as an admin.
Example:
http://www.site.com/example
will automatically redirect to
http://www.site.com/example/When logged in. The latter url is what I’m shooting for.
However, when viewing the site normally, both http://www.site.com/example and http://www.site.com/example/ is accessible and does not redirect. This occurs across all pages.
I just noticed that w3 has its own htaccess file and settings. Will it over-ride my settings from an htaccess plugin? If so, could the htacess settings within W3 be what’s causing this issue? I know a lot of my performance settings are turned off when I’m logged in, so wondering if something that’s “on” when logged out is causing this change.
Any advice is appreciated. Thanks.
The topic ‘htaccess settings’ is closed to new replies.