The .htaccess files are in the content directories, e.g. DocumentRoot and
its subdirectories. You would normally create these file by hand on a per
directory basis.
You can create custom error messages by following this doc:
https://httpd.apache.org/docs/current/custom-error.html
In the past, I
Assuming there is additional URL coming after /dashboard when the server
sends you the login page...
e.g. /dashboard/login.php
...Your redirect will not match with the $ at the end of the condition...
RewriteRule ^/dashboard$ https://%{HTTP_HOST}/dashboard [R=301,L]
says /dashboard, so /dashboa
appreciated! :)
On Tue, Apr 2, 2013 at 4:40 PM, Igor Cicimov wrote:
>
> On 03/04/2013 7:28 AM, "Sean Alderman" wrote:
> >
> > Perhaps I've not explained correctly, I apologize. The concept I was
> going for was to have two independent balancers that point to
3/04/2013 2:02 AM, "Sean Alderman" wrote:
> >
> > Greetings,
> > I am running httpd 2.2.23.0-64 with mod_proxy to load balance Tomcat
> 6.0.36.B containers. I have encountered a somewhat strange situation, and
> I was wondering if anyone could comment and or
server
not service the stateful sessions. Is there a means to accomplish the end
goal with out creating additional tomcat containers?
Thank you in advance for your time and consideration.
Sean Alderman
Senior Engineer
University of Dayton, UDit Systems Integration