[CentOS] How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
nate
centos at linuxpowered.netSun Jul 6 14:51:17 UTC 2008
- Previous message: [CentOS] How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
- Next message: [solved]Re: [CentOS] How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ankush grover wrote: > I have the below lines added in httpd.conf file > > RewriteEngine On > RewriteCond %{REQUEST_URI} /testdiary > RewriteRule /testdiary(.)$ /testdiary/ > ProxyPass /testdiary http://testdiary.example.com/ > ProxyPassReverse /testdiary http://testdiary.example.com/ This is what I do on my systems RedirectMatch /testdiary$ http://mysite.example.com/testdiary/ nate
- Previous message: [CentOS] How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
- Next message: [solved]Re: [CentOS] How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list