Tagged Questions
0
votes
0answers
27 views
Plone on apache2 500 error
I build a virtual host with apache2 for Plone. But when I access the page, an 500 error occurs.
I'd like the page to redirect from cx19890618.com/interop-vlab to localhost:10080/interop-vlab.
By the ...
0
votes
1answer
64 views
Nginx redirect all POST traffic to another server
I am in the middle of setting up a 3 node web server cluster running Nginx , Apache 2 and MySQL.
The question is this. In my rewrite rules on web server 2 - 3 I want to direct all POST traffic to ...
0
votes
1answer
30 views
URL rewriting - some rule works and some other doesn't
My Apache2.2 seems to work like this: when I request www.site.com/name first it is looking for folder /name/, if not found, next it is searching for file name.php.
But when I turn on RewriteEngine On ...
0
votes
0answers
96 views
migrate .htaccess to lighttpd config
can u help me to convert the following .htaccess to lighttpd config?
AddDefaultCharset utf-8
RewriteEngine On
RewriteBase /
RewriteRule ^one-two-([.a-z0-9_-]*)?\.html$ result.php?url=$1 [QSA,L,NC]
...
0
votes
0answers
178 views
Javascript with Apache 2 Proxy rewrite rules and Plone
I have a Plone site behind and Apache2 Proxy server that has two web pages that uses a java script. That Plone site and Java Script functions correct with out that Apache 2 Proxy Server. Plone does ...
0
votes
1answer
25 views
Weird redirection behaviour on Apache2 server?
I've built a new site for our company, whom I recently started working for, and deployed it on a separate subdomain (http://site.mysite.com) to not interfere with some URLs that need to remain on the ...
0
votes
1answer
15 views
Unable to properly redirect with .htaccess
I'm tring to redirect the following paths on our old site:
/apps
/apps/about
/apps/everything_else
/site
To a different subdomain using the following RewriteRule:
RewriteRule ^site/?$ ...
0
votes
1answer
77 views
Can I combine these two .htaccess files into one?
It is possible to combine these two .htaccess files into one? They deal with two separate PHP apps that have completely separate pretty URL handling. The reason why I want to try one is because ...
0
votes
1answer
1k views
.htaccess rewrite to subfolder
The goal:
In a virtual server on a shared Apache 2.2 box, I've attempted to configure .htaccess to seamlessly represent files in a subfolder of the public_html folder as if they are in the root.
...
1
vote
1answer
56 views
apache don't rewrite index.php and others
I have problems with my rewrite rules, I want that http://example.com/b/abc calls banner.php?b=abc, that works. But when I type http://example.com/index.php?mode=mybanners it will call ...
0
votes
1answer
100 views
Which rewrite rules are required for this cgit instance (on shared hosting)?
I have cgit installed on shared hosting and although the home page comes up, every url comes up with file not found until I add cgit.cgi to the front of the path.
e.g www.domain.com/path will error ...
0
votes
0answers
34 views
Using mod rewrite with mod rails (Caching)
I have some rewrite conditions in my VirtualHost tag:
RedirectMatch 301 ^/feedback.html$ /myapp/feedback.html
..
..
When I switch to production mode, the redirections stop working and I see a ...
1
vote
1answer
183 views
“OR” Flag in .htaccess mod_rewrite
Just found this .htaccess rewrite code
RewriteEngine on
RewriteCond %{HTTP_HOST} ^my.domain.com$ [NC,OR]
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
And I was wondering what ...
0
votes
1answer
142 views
htaccess rewrute rules for subdomain
I added *.domain.com. to my bind so after that i can run all subdomains which link to my main homepage so bleble.domain.com opens main page domain.com
My main goal is to link ...
0
votes
1answer
272 views
Apache2: Rewrite url to different port on localhost
There is a service on my local computer available on 127.0.0.1:8080, but I would prefer to use it rather like 127.0.0.1/qwerty/
I tried to add in /etc/apache2/sites-available/default:
RewriteEngine ...
0
votes
2answers
2k views
.htaccess rewrite image file to php script
Here is what I have for now in my .htaccess and this should work in future:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteCond ...
1
vote
0answers
151 views
Apache mod_alias / .htaccess, headers different on RedirectMatch vs RewriteRule
Do you have any idee why the Authorization header is lost when using
RedirectMatch .*service_auth /service/
vs
RewriteEngine on RewriteRule ^(.*service_auth)$ /service/ [QSA]
With the ...
0
votes
1answer
653 views
Rewrite Rule on apache2 with tomcat6
I am trying to rewrite a request from a GWT-Webapplication, to be more specific: gwtupload. The Webapplication is bound to apache2 via mod_jk.
I need to rewrite the following request:
...
1
vote
1answer
531 views
Apache2 redirect all but some pages back to http using vhosts
I am using rewrite rules with Apache 2 to redirect certain types of pages to HTTPS using vhosts. These are anything that starts with mydomain.com/users. In other words, all pages having to do with ...
0
votes
0answers
451 views
Apache Rewrite captcha.php to captcha.png
I'm trying to rewrite captcha.php to captcha.png.
I wrote this in my htaccess file staying in my folder:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^captcha.png$ captcha.php [L]
...
0
votes
1answer
124 views
Always load one file with .htaccess
I can't get this to work;
It should do these things:
Always load page.php (when file does not exists on server). .include is an existing folder. When the user visits .include/..., then also load ...
0
votes
1answer
287 views
How to rewrite 301 the old ugly urls to the new beautified working urls?
a little problem that's itchying me for the last months. First the good news: with the help of a massiv SO community I was able to rewrite my ugly urls into nice ones: e.g. website.com/page.ast?ln=nl ...
0
votes
1answer
171 views
How to do an Apache2 rewrite for ip based address
I have a development server that has Ubuntu server 10.10 with an ip of 192.168.0.175.
When I enable the rewrite mod for apache2 and change the site config to allow rewrite then things get all messed ...
0
votes
1answer
89 views
Enforcing a specific order for cookie headers
We have an application that cares about the order of cookie headers. It shouldn't, since this isn't mandated by the standards and indeed we're getting the headers in various different orders
So we ...
-1
votes
1answer
78 views
Rewrite logic breaking?
I have the following rewrite logic in my vHost and everything seems to be working in regards to redirecting subdomains, but as soon as I add a path to the URI I'm getting an error in my ...
2
votes
1answer
1k views
*.wav files do not function properly in php
When attempting to view a *.wav URL on our webserver, the data doesn't transfer properly.
We are using apache2 with php5.10. Among the apache rewrite rules is:
RewriteRule ^(.+)\.(wav)$ ...
6
votes
2answers
19k views
What is Loglevel debug?
My error.log file for my site says
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use ...
0
votes
2answers
2k views
htaccess rewrite not working for all rules
This is a very strange problem, and I just hope that I can clearly explain it.
Basically, we made a major update on a client site today, and needed to update some rewrite rules in the htaccess to ...
2
votes
2answers
1k views
Apache2 + RewriteMap + Python — when returning 'NULL', apache hangs
[SOLVED: See solution below.]
I'm having a problem writing a RewriteMap program (using Python). I have a RewriteMap directive pointing to a Python script which determines if the requested URL needs ...
1
vote
2answers
1k views
Rewrite subdomain to subdomain/folder in vhost situation
I'm trying to rewrite abc.example.com/path to abc.example.com/index.php/abc/path using the following .htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(abc)\.example\.com
...
0
votes
1answer
190 views
Apache rewrite certain urls to separate part of codebase
Basically I have 2 separate code bases, v1 and v2 for the sake of this example. I want to redirect a certain area of the v1 site to v2 so we can periodically port the old code to new code.
Now, I ...

