RE: [users@httpd] How can I simplify this URL to just the hostname with rewrite rules?

2019-08-14 Thread Dorrian, William
Hi Darryl. I was able to do this with: RewriteEngine on RewriteRule ^/$ https://test.thing.seabass.com/q3/app\?service\=external/EmployerPages\:DudeLogin Escaping the special characters (as you advised), plus esc

Re: [users@httpd] apache 2.4.29 ubuntu 18.04 VirtualHost ssl redirect not working?

2019-08-14 Thread @lbutlr
On 13 Aug 19, at 10:48 , gene me wrote: > Solution: My mistake was leaving "DocumentRoot" commented out. I thought the > root specification in "80" section might suffice, but no. Once I fixed that - > everything works. All correct pages are shown. > > I think at least a warning from Apache shou