search for: redirectmatch

Displaying 18 results from an estimated 18 matches for "redirectmatch".

2013 May 30
4
[PATCH website] Even more brands for links and sourceforge pages
...news-item.patch.zip Considering flac.sourceforge.net, is this ever going to be updated? In case it should be redirected, I checked on my own sourceforge project webpage, adding the following two lines to .htaccess should redirect traffic to any resource on flac.sourceforge.net to xiph.org/flac RedirectMatch permanent ru/(.*)$ http://xiph.org/flac/$1 RedirectMatch permanent (.*)$ http://xiph.org/flac/$1
2016 May 29
0
CentOS 6.8 Apache-2.2.15-53 re-write question
On Sat, 2016-05-28 at 13:03 -0600, Paul R. Ganci wrote: .......... How about RewriteEngine on RewriteCond %{REQUEST_URI} !^/test/ [NC] RewriteCond %{REQUEST_URI} !^/my-folder/ [NC] RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L] or RedirectMatch 301 ^/test/(.*)$ /test2/$1 RedirectMatch 301 ^/my-folder/(.*)$ /my-folder2/$1 RedirectMatch 301 ^(.*)$ http://new.domain.com/$1 or RedirectMatch 301 ^/usual-directories-names-prefix/(.*)$ http://new.domain.com/new-directory-names-prefix$1 For many years the practise of...
2016 May 28
5
CentOS 6.8 Apache-2.2.15-53 re-write question
I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying to redirect all pages except for two pages. The apache rewrite directives in the httpd config are: RewriteEngine on RewriteCond %{REQUEST_URI}!^/test/ RewriteCond %{REQUEST_URI}!^/my-folder/ RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] These commands
2010 Aug 17
5
apache rewrite
Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested? i.e. http://www.example.com = rewrite to another URL http://www.example.com/files = deliver from the assigned subdirectory obviously this... Redirect / http://www.other_url.com redirects everything and I don't want /files to be redirected Craig -- This message has been scanned
2008 Jul 06
2
How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
Hi Friends, I am using Centos 5.2 and using ProxyPass to access applications running on other servers. Everything is working fine except for one of the applications I need to auto add forward slash when any user tries to access that application. For ex ProxyPass /testdiary http://testdiary.example.com/ ProxyPassReverse /testdiary http://testdiary.example.com/ If somebody
2013 Jun 25
2
Sourceforge pages (was: Even more brands for links and sourceforge pages)
...rceforge.net, is this ever going to be updated? In >> case it should be redirected, I checked on my own sourceforge project >> webpage, adding the following two lines to .htaccess should redirect >> traffic to any resource on flac.sourceforge.net to xiph.org/flac >> >> RedirectMatch permanent ru/(.*)$ http://xiph.org/flac/$1 >> RedirectMatch permanent (.*)$ http://xiph.org/flac/$1 > Ralph? Any chance of getting this done? > > Cheers, > Erik I'd like to bring this up once more, as the flac.sourceforge.net pages haven't been updated for almost 6 month...
2009 Jul 23
2
apache redirect rule
...ns.polarion.com I want to redirect him to extensions.polarion.com/polarion/extensions However there are following rules that apply 1) extensions.polarion.com is an virtual host alias to community.polarion.com . There is a definition inside virtual host which redirects all / to /polarion using this RedirectMatch permanent ^/$ /polarion/ 2) what I want to achieve is to check if user comes from extensions.polarion.com and If so to redirect him to extensions.polarion.com/polarion/extensions I guess something like : RewriteCond %{HTTP_HOST} extensions.polarion.com RewriteRule / http://extensions.polarion.co...
2006 May 08
5
Ruby on Rails on Linux - Any suggestions/Help?
Hi, I''m really new to RoR and I''m trying to setup a development or even production server for Ruby on Rails. I''m trying to do it on Linux Debian, but somehow, I always get this Error: Application Error - Rails application failed to start properly This was running on Debian Linux, Apache2, Mysql and FastCGI. The Tutorial I used:
2017 Jan 09
2
Firefox Issue
On Mon, Jan 09, 2017 at 04:23:05PM +0000, Always Learning wrote: > > Agreed. One of my Apache defences is to redirect probes/hacks to > 127.0.0.1 :-) Would you be willing to share this rewrite rule with the list, please? Some may find it useful. Thank you. John -- It's a hurtful place, the world, in and of itself. We don't need to add to it. And we're in a
2017 Jan 10
0
Firefox Issue
...:80> DocumentRoot /prod/web/domains/dummy/ ServerName 1.2.3.4 CustomLog ............ ErrorLog ........... HostnameLookups Off <Directory /prod/web/domains/dummy/> Header set Access-Control-Allow-Methods "GET" Order Deny,Allow Allow from all RedirectMatch permanent ^/(.*)$ http://127.0.0.1/ </Directory> </VirtualHost> (5) Any attempt to access:- * using the IP address as a web site host name, or * the host name of the IP address as a web site host name, is diverted to 127.0.0.1 -- Regards, Paul. England, EU. Engl...
2006 Oct 13
1
Apache DirectoryIndex
I'd like to change the DirectoryIndex document for just the DocumentRoot, leaving the default DirectoryIndex setting for all other directories. However, when I set DirectoryIndex in the <Directory "/var/www/html"> section of /etc/httpd/conf/httpd.conf it seems to set it for *all* directories. DirectoryIndex doesn't seem to be allowed in .htaccess either. Does anyone
2007 Nov 23
3
webserver setup
Hi, I have setup a webserver on CentOS 4.5 with NameVirtualHost. Two VirtualHost should be reachable by port 80 from outside, while the third (default) should be only reachable by https from outside but by http from inside. Since all share the same IP firewalling seems to be out of question. So is there a way to restrict that in Apache config? regards, Andreas
2008 Apr 05
1
Fwd: xwiki vhost in apache
Hi, i am just wondering. I have a tomcat5, running xwiki at http://myserver.example.org:8080/xwiki How can i create a vhost in httpd to do transparent proxy to tomcat5 webapplication ? Thanks in advance! David ---------- Forwarded message ---------- From: David Hl??ik <david at hlacik.eu> Date: Sat, Apr 5, 2008 at 10:45 PM Subject: xwiki vhost in apache To: users at xwiki.org Hi, i
2013 Jun 26
3
Sourceforge website redirecting
All, At Erik's request I made flac.sourceforge.net just redirect to xiph.org/flac/ This will simplify keeping things up to date, since I never got the sf.net version updating from git. BTW, I notice the new site has a feed.xml, but no feed.rss. This is unfortunate since the old front page linked the rss version, and we've likely just broken people's subscriptions. That's
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
...og /var/webs/wwwgreekgeo/log/php_error_log # php_value error_reporting 32767 # php_value error_reporting 2147483647 php_value error_reporting 6135 Redirect 301 /en.index.html http://www.greekgeo.noa.gr/wp/ RewriteEngine on RedirectMatch ^/index.html$ /wp/ <Directory "/var/webs/wwwgreekgeo/www"> Options -Indexes +FollowSymLinks AllowOverride All Require all granted </Directory> <Files ~ "^\.ht"> Require all...
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello, I have tried to setup Ruby-on-rails on my debian Linux machine and can not get it to run. Maybe someone can help. The following was installed already: - apache2 2.0.54 (and PHP5) - Postgresql 8.1 Now, having the ''unstable'' branch in my /etc/apt/sources.list I did: apt-get install libapache2-mod-ruby and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2011 Jul 30
7
www.mydomain.org and mydomain.org should resolve to the same IP
Hi list, I am having a debate with one of my clients where I administer their domain and storage server but the website is hosted by godaddy. thus www.mydomain.org goes to one of godaddy's servers but the mydomain.org and mail.mydomain.org and ns1.mydomain.org all go elsewhere. My website designer has been convinced by the godaddy web design team that we should <quote> Again, the
2009 Sep 18
13
Rails 2.2.3-1 Problem
After installing the rails I faced this problem. If anyone aware of this problem, kindly give solution for this. vellingiri@WebDevel:~/public_html/Isync$ ./script/server => Booting WEBrick... /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t activate activeresource (= 2.3.4, runtime), already activated activeresource-2.1.0 (Gem::Exception) from