Tagged Questions
0
votes
0answers
10 views
URL rewrite stopped working with https URL
I am developing a PHP based website. I made it live with HTTP URL and URL rewriting.
let suppose my domain is www.abc.com
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond ...
1
vote
2answers
45 views
Apache Rewrite Rule with Habari Default Rewrites
I've switched my blog from one CMS/Blog System to using Habari which has some default Apache rewrite rules and I'm trying to redirect all the old article URL's from /articles/article-name to ...
0
votes
0answers
19 views
Based on UserAgent routing the request to two internal sites mapped to different ports of Apache2 server
I have two sites hosted using VIRTUAL_HOST, if a request comes from a mobile "Useragent" the request should be forwarded to site 2, which is on port 81 without changing the URL in the browser, ...
0
votes
1answer
27 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
2answers
105 views
load balancing with apache server 2.2
I ve got a problem regarding apache load balancing configuration.
Scenerio:
I have two identical worpress blogs
localhost:8001/
localhost:8002/
and one apache load balancer standing on ...
0
votes
1answer
19 views
apache2 - mod_rewrite problems
I am trying to rewrite a URL so that it does this:
This: domain/404?hello to domain/e.php?n=404&u=hello where 404 is static, but string u can vary.
This is what I've tried, but it does not work.
...
1
vote
2answers
77 views
Apache redirect domain to folder is not specified
I need to redirect my domain to a sub folder if a sub-folder is not specified in the URL request.
For eg.
a) If request comes from "domian.com" or "www.domain.com", I want to redirect it to ...
0
votes
1answer
163 views
Apache rewrite rule that ignores query/parameters, always redirects based on path
I'm trying to create a rewrite rule that will ignore any additional URL query/parameters and just redirect based on the path.
My company has a Wifi Hotspot service that does some DNS routing trick to ...
0
votes
3answers
53 views
RewriteRule not triggered
I'm trying to change from
http://www.myhost.com/en/team/league-of-legends/3798/destiny
to
http://lol.myhost.com/en/team/league-of-legends/3798/destiny
I tryed different combinaisons for my ...
0
votes
0answers
37 views
Apache writing rewrite rules in htaccess
I need some rewrite rules for an .htaccess (Apache2 / Ubuntu), these are the conditions:
site.com -> www.site.com
subdomain.site.com -> www.site.com/data.php?a=subdomain
site.com/sub1 -> ...
0
votes
1answer
75 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 ...
2
votes
1answer
322 views
htaccess redirect all requestes to index.php except sub folder [closed]
I have a CMS installed at the root of my domain with the following htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ...
2
votes
2answers
191 views
apache redirect / Rewrite-Engine
Is the following possible?
A user requests the url http://example1.com/example.php and the apache opens http:// example1.com/example.php?id=1
A user requests the url http://example2.com/example.php ...
1
vote
1answer
63 views
Can I rewrite a URL, adding query params and preserve the form data?
I have a rule like:
RewriteCond %{HTTP_HOST}:%{QUERY_STRING} ^(\w+)\.t(.*)\.(\w+)?\.sprawk\.com:(.*)$
RewriteRule ^(.*) /api/translateHtmlPublic?tl=%1&su=%2&p=$1&q=%4 [B,PT,L]
which ...
2
votes
1answer
462 views
How to disable 301 redirect that adds trailing slash to directory name in Apache
The Apache 2.2.20 automaticaly redirects all requests which are points to directories and has no trailing slash to the same URL with trailing slash, like shown below:
GET /some/path/to/dir HTTP/1.1
...
0
votes
2answers
409 views
url rewriting in php localhost with .htaccess not working
I want to rewrite url
from
http://localhost/Ent/Movie/Info.php?year=2011&movie=any_movie
to
http://localhost/Ent/Movie/Info/2011/any_movie
I have tried many code in .htaccess,like
Options ...
2
votes
2answers
121 views
Apache: just rewrite if external ressource exists
I use Apache as a reverse proxy. There is no web content on the dedicated server itself. If a client requests a resource on the local Apache server, Apache should determine on which remote (proxied) ...
0
votes
1answer
43 views
mod_rewrite based on last segment with any number of folders above
I am migrating an old site to a new one and need a large number of url redirects/rewrites.
As an example I need to redirect /old_page to /new_page the problem is that /old_page can have any number of ...
0
votes
1answer
87 views
apache2 redirect app to neo4j webadmin?
I Have a domain neodb.sample.com vhost in apache2. And i would want to redirect to neo4j webadmin (http://localhost:7474/webadmin) and also preserve the url to neodb.sample.com.
I'm not sure how to ...
0
votes
0answers
50 views
Why doesn't this RewriteRule work for this URL?
I'm using this RewriteRule:
RewriteEngine On
RewriteRule ^video/(.*)\.php$ /?video=$1 [L]
To rewrite this URL:
http://someSite.com/?video=bla-bla
As the following:
...
0
votes
1answer
96 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
37 views
Apache - Rerouting
Ok, this is some recursive thing, and I don't know how to do this in Apache.
I want this: I have some folders, let say test.web.com, website. Now this is what should happen:
1) When visiting ...
0
votes
0answers
65 views
Apache - Subdomains
I have the following configuration:
# Redirect all subdomains to the main directory
RewriteCond %{HTTP_HOST} ^(.*)\.([^\.]*)\.([^\.]*)
RewriteCond /var/www/%2.%3 -d
RewriteRule ^(.*)$ ...
1
vote
1answer
415 views
Apache/mod_jk with Spring Security
I am having some issues when using mod_jk with Spring Security that has worked on previous projects but I can't seem to make it work now.
I've got a fairly typical situation using JBoss (but could as ...
1
vote
1answer
794 views
Magento - home page url
i have a two store magento installation, and i have a problem with home page's url: in both stores the home is a cms page, in cms.xml layout the route for that is cms_index_index. this seems to be a ...
0
votes
1answer
195 views
Serving tomcat6 app in document root using apache2
I have a server running apache2 that is currently serving several apps on a tomcat6 instance. Those are already configured and working and there is a rewrite rule, like this:
RewriteCond ...
0
votes
1answer
245 views
how to ignore the .htaccess file from a parent directory
I'm using rewrite rules for search engine optimized url's
In my root folder I have the following .htaccess file:
Options +FollowSymlinks RewriteEngine On RewriteCond %{http_host} ...
0
votes
1answer
44 views
What would be an apache2 rewrite rule to redirect /sub to a port?
I have 2 web applications installed in the same server, and want to use the same domain for both.
I already have an apache2 running on port 80, and both apps running on ports 8081 and 8082 ...
1
vote
1answer
514 views
Why does htaccess RewriteRule ^foo$ also match ^foobar$
I want these URL redirects / forwards:
here.com/foo ==> there.com/a/b
here.com/foobar ==> there.com/c/d
I have these two .htaccess RewriteRule lines:
RewriteRule ^foo$ ...
0
votes
2answers
267 views
Apache - Rewrite url without loop
Well I say what's said in the title again, I can't find a way to rewrite all my urls without getting a loop.
I've tried many options but I can't find about one way which avoid a redirection loop:
...
1
vote
3answers
93 views
.htaccess not matching
htaccess not matching
RewriteCond %{REQUEST_URI} ^/catalog/products_in_scene.php?(.*)$
RewriteRule ^(.+) "/services/hpv/index.php?%1"
RewriteCond ...
1
vote
1answer
145 views
Apache RewriteRule unexpected behaviour when two rules match URL at one moment (add path info postfix)
I'm playing with apache rewrite_mod (Apache/2.2.17 Win32) and encounter very weird behave of rewriteRule.
My script primarily rewrite infinite filter parameters named f1 .. f<infinity> from ...
1
vote
1answer
160 views
.htaccess generic mod_rewrite rules [closed]
I have a site where I am trying to change the urls using mod_rewrite from:
/directory/filename.php to directory/filename/
/directory/filename.php?id=7 to directory/filename/7/
...
1
vote
2answers
526 views
.htaccess if file exists rewrite rule
I found a couple of similar questions, but it seems like i need your help, because i'm not able to write it on my own.
I want this: http://domain.com/folder/file.123.ext (should work also without ...
0
votes
1answer
985 views
Why is the RewriteBase not working?
Here is what I am trying to do:
domain is thinkingmonkey.me
domain has 127.0.0.1 as IP addr
mod_alias is installed.
I have a conf file called directories.conf. In which I have all the ...
0
votes
2answers
84 views
mod_rewrite `Redirect` how?
I have 2 urls say thinkingmonkey.me and thinkingmonkey.com both have ip-address 127.0.0.1 (A.K.A localhost).
I want to redirect any requests to thinkingmonkey.com to thinkingmonkey.me.
...
0
votes
1answer
73 views
Does mod_rewrite set `Alias` automatically or should it be explicitly specified when doing a `RewriteBase`?
From: RewriteBase Apache Docs
# /abc/def/.htaccess -- per-dir config file for directory /abc/def
# Remember: /abc/def is the physical path of /xyz, i.e., the server
# ...
0
votes
2answers
84 views
What are the initial settings required to be done for mod_rewrite?
What are the initial settings required to be done for mod_rewrite?
Asking this as I was unable to find a proper article.
I think this question will be down-voted.
Okay, To avoid getting down-voted,
...
3
votes
1answer
594 views
Apache rewrite all urls except those beginning with certain paths
I'm trying to redirect all requests except those beginning with certain paths.
for example,
http://www.example.com/mypath1 shouldn't redirect
http://www.example.com/mypath2 shouldn't redirect
...
1
vote
0answers
770 views
Adding “www” to URL with .htaccess [closed]
NOTE: I know there are bunch of posts regarding URL rewrites, but I'm not able to get it working for some reason. I apologize for that.
I have a web project running in tomcat where the request is ...
4
votes
1answer
328 views
Cannot match %2F in mod_rewrite
I have a set of rewrite rules (in a .htaccess) something like this:
RewriteRule ^list/vendor/(.*)$ list.php?vendor=$1
RewriteRule ^list/product/(.*)$ list.php?product=$1
RewriteRule ^list/(.*)$ ...
1
vote
1answer
695 views
Htaccess URL redirect by matching url string and parameters
I need to match the URL format and depends on URL matches need to redirect the incoming requests to different pages.
For example
http://www.domain.com/path1/path2/ wrong-url -1/ ?var1=val1
...
0
votes
1answer
43 views
mod_rewrite understanding sub-directories whilst passing $_GET value server issue?
This may well be a server config issue; or simply a blindly obvious reason I'm missing...
Pre mod_rewrite URL:
www.example.com/subfolder/index.php?userName=x
The devised mod_rewrite:
...
0
votes
1answer
120 views
url rewriting problem
I have the latest version of apache2 installed on my vm.
I activated the mod_rewrite by doing :
a2enmod rewrite
/etc/init.d/apache2 restart
Now I just tested a little rule but it does not work.
I ...
0
votes
1answer
320 views
Attempting Reverse Proxy with Apache httpd. Can't get URL Rewriting to work
I have Sventon running on port 8090 of my server under Apache Tomcat. I also have Apache httpd running on this server, and I'd like to have users type in:
http://myserver.com/repos
To get to ...
2
votes
1answer
467 views
URL rewrite blog.domain.com to www.domain.com/blog
I thought this was pretty simple, but it doesn't seem to be working for me. I put in my httpd.conf:
RewriteCond %{HTTP_HOST} ^blog\.domain\.com [NC]
RewriteRule ^(.+)$ ...
0
votes
3answers
570 views
url rewrite fails when trailing slash in the end is omitted
I have this to overwrite
http://mysite.com/intranet/symlinks/site.com to http://mysite.com/site.com
or
http://mysite.com/intranet/symlinks/site.net to http://mysite.com/site.net
RewriteCond ...
0
votes
1answer
54 views
Rewrite Conditions in htaccess file
RewriteCond %{HTTP_HOST} ^mysite.com$
RewriteCond %{REQUEST_URI} ^/ex-ex[/]*
RewriteRule ^(.*)$ /subsite/ex [R=permanent,L,NE]
I am redirecting mysite.com/ex-ex to mysite.com/subsite/ex
This is ...
2
votes
2answers
159 views
Different rewrite mode for CFWheels website root
I need an advice on researching the following issue.
Wheels website has set(URLRewriting="On") configured, everything looks fine except root page.
All links built with linkTo look like ...
0
votes
1answer
160 views
Url rewrite mod_rewrite
I've read about mod_rewrite:
And this should work, right?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^genre/([^/]*)$ /?genre=$1 [L]
</IfModule>
I want to go from:
...


