Hi, On 1/16/24 3:03 PM, Dave Wreski wrote:
I also wanted to add that, given the RewriteCond rule may be working correctly, how can I change it to accommodate query strings, or this particular query string?[Tue Jan 16 08:55:13.289205 2024] [rewrite:trace1] [pid 904886:tid 904938] mod_rewrite.c(493): [client 68.111.193.42:0 <http://68.111.193.42:0>] 68.195.193.42 - - [webstage.example.com/sid#560ba7f01a68][rid#7f2b1c0bc210/initial <http://webstage.example.com/sid#560ba7f01a68][rid%237f2b1c0bc210/initial>] redirect to https://webstage.example.com/administrator/sqlantern-joomla/php?cms_settings [REDIRECT/301] Based on those log entries, the rewrite worked fine. Perhaps you're dealing with DirectorySlash here.Notice the last line redirected to itself, causing an infinite loop of redirects.
Thanks, Dave
