Tagged Questions
0
votes
1answer
10 views
Why are some of my mod_rewrite rules not working?
This is my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^es$ index.php?lang=es_ES [L]
RewriteRule ^pt$ index.php?lang=pt_BR [L]
RewriteRule ^en$ index.php?lang=en_US ...
0
votes
1answer
14 views
How to rewrite part of a url using apache rewrite rule?
www.example.com
The site has categories like:
reptiles, vegetables, countries
And pages within each category, with urls like:
www.example.com/reptiles/iguana.html
...
0
votes
0answers
13 views
Using htaccess to force https not working for full urls with htpasswd
I am currently using htaccess to force all http requests on my apache2 server go to https. https is setup and working properly. The htaccess rewrite is working if i use just the base domain name (ex: ...
0
votes
0answers
78 views
Apache drops SSL client cert when using mod_rewrite
I have a PHP script that authenticates users using the client certificate. Apache is configured to require an SSL connection for that script, and it's working fine.
However, I also want requests to ...
1
vote
1answer
19 views
mod_rewrite htaccess parent directory
I want any request to http://anydomain/users/pete/whatever redirected to http://intranet/users/prp/whatever
I have this currently working (for the most part) with an .htaccess file. ...
0
votes
0answers
7 views
Bitnami ec2 Woltlab Burning Board and mod_rewrite
I installed a WBB Board to my Bitnami Ubuntu ec2 Instance.
Problem is that I cant get the SEO mod to work.
The rewritten URLs are shown on the main page but it looks like that mod_rewrite isnt working ...
0
votes
1answer
30 views
mod_rewrite regexp with parameters
Trying to create a php file that dynamically resizes an image for web on demand.
I have the php working, now i want "pretty" URLs for it, currently i have this
RewriteRule ...
0
votes
1answer
35 views
can anybody explain this? %{REQUEST_URI}::$1
I've been browsing the symfony2 framework source and in the htaccess file for their example website, I found this rule: %{REQUEST_URI}::$1
more explicitly, it's written in the htaccess as follows:
...
0
votes
1answer
15 views
mod_rewrite backwards for old dynamic urls
I have mod-rewrite working ok on an apache 2.2, but the problem is that it doesn't work "backwards".
I have these rules that makes SEO friendly urls work:
RewriteRule ^sjg/([^/]+)/([0-9]+)/?$ ...
0
votes
1answer
15 views
Redirect all sub domain to another domain apache
I want to redirect all sub domains of my webserver sites that start with mail to a https://anotherSub.domain.com
How can i do it?
Put this at the top of the yours default apache config file
...
0
votes
0answers
26 views
Apply regex to server variable in RewriteCond
RewriteCond %{HTTP_HOST} ^img\.example\.loc$ [NC]
RewriteCond %{REQUEST_URI} !^/example/working/
RewriteRule ^([a-z0-9-_\ ]+)?/?(max|min)/([0-9]+)/([a-z0-9-_\ ]+\.[a-z]{2,6})$ ...
0
votes
1answer
34 views
Mod Rewrite problems
I am having some problems with mod rewrite. The server is Ubuntu 12.04, Apache2, Php 5.4.
I want an url like this:
www.website.com/<modelName>/<imageNumber>
And
...
1
vote
2answers
75 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
1answer
30 views
.htaccess rewrite url - from ~username - osx apache
Hi i am using apache on mac, i have enabled php. I am trying to rewrite my url using .htacess.
http://localhost/~username/project/test to http://localhost/~username/project/index.php?url=test
But ...
-1
votes
2answers
27 views
How to map localhost to project directory [closed]
Currently I placed my project in /www directory of my Apache2 server, and I can access this project by localhost/abc
However I want localhost to map to this project, what should I do in order to make ...
0
votes
0answers
115 views
Symfony2 in own directory and using mod_rewrite
I have Symfony2 installed in <host>/Symfony/ though with the default .htaccess in /var/www/Symfony/web/ when I go to:
<host>/Symfony/web/app.php/hello/James
I get redirected to:
...
3
votes
2answers
59 views
File extension showing up after pretty URL rewrite
I have a rewrite rule like so:
RewriteRule ^listings/?(.*)$ listings.php?slug=$1 [L]
I will have URLs like "site.com/listings/Awesome-Place-Or-Thing". I would like slug to contain ...
-1
votes
1answer
88 views
Change port and host using .htaccess [closed]
I am trying to use mod_rewrite to basically port forward a port on a subdomain to another port on another IP.
Like this:
sub.website.com:2000 --> 123.45.67.891:3000
How could this be ...
0
votes
1answer
98 views
Apache rewrite engine not working on subdomain
I'm using Yii framework and have the following code in .htaccess:
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
0
votes
2answers
111 views
mod_rewrite rules for clean URLs with optional parameters
I have the current URL:
http://domain.com
When you visit this URL it by default loads:
http://domain.com/index.php
In my .htaccess I have:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ...
0
votes
1answer
20 views
.htaccess permalinks
I have an .htaccess file containing this:
RewriteRule ^page/(.*[^/])/?$ index.php?page=$1 which basically takes page/1/ to index.php?page=1, and it works. But how can i force the index.php?page=1 ...
1
vote
1answer
103 views
htaccess mod_rewrite is not working on 1&1
I have a .htaccess file located in my webservers /marssolover/protected folder which allows me to get a file from the protected folder and stream it via the filestreamer.php file located in the same ...
1
vote
2answers
67 views
Is it possible to use “%{HTTP_HOST}” in ProxyPass?
I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just forwards the traffic to the correct "host".
I don't want it to be host-dependant - but ...
1
vote
2answers
100 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 ...
2
votes
0answers
43 views
Move top level domain to sub-directory to host multiple sites on same domain using Apache
I have a multiple sites on different domains using a SaaS LAMP application. I'm attempting to move all of the sites under a single domain, and allow for additional sites to be added without monkeying ...
0
votes
1answer
96 views
Multiple RewriteBase in apache
I rarely dabble in the server side setup. Here is what I am attempting to do in my .htaccess file. http://domain.com/variable should rewrite to http://domain.com/home.php?aid=variable
To do this I ...
0
votes
2answers
66 views
htaccess in subbdomain skip redirection rule
I'm trying to let the visitors of my subdomain only direclty in, when using a specific subdomain link format. I know that this would block SEs too, but I don't want the subdomain to be indexed anyway.
...
0
votes
1answer
260 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 ...
1
vote
1answer
126 views
.htaccess - redirect to page/dir, while all pages/dir are internally parsed as query string parameters
Scenario:
I have a .htaccess file that is handling a lot of rewrites (I am aware it would be possbile/easier in PHP)
Everything worked fine
/some/fake/dir/foobar was internally rewritten to
...
0
votes
1answer
92 views
redirect all request to index.html
I'm trying to redirect all unknown requests to index.html. For example if someone enters:
http://IP_Address/blah_blah _blah
Then it must redirect to index.html. Below is the code I have tried:
I ...
0
votes
1answer
11 views
URL Redirecin Vhost
How can i redirect something.some.* to something.some in vhos
I tried various rewrite rules but none worked so no use pasting them..
0
votes
1answer
21 views
Why am I getting a Redirect Loop for the following RewriteRules?
I'm getting a Rewrite Loop error for the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.com [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,NC,L]
RewriteCond ...
2
votes
0answers
145 views
mod_rewrite directives work in .htaccess but ignored in httpd.conf [closed]
struggling with mod_rewrite in apache2. Problem is that the directives are ignored when put into the httpd.conf.
If I set AllowOverride All in the sites-available/default and add the directive to ...
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
2answers
494 views
Ubuntu 12.04 Laravel and mod rewrite
localhost/mysite/public - working
localhost/mysite/public/index.php/tasks - working
localhost/mysite/public/tasks - NOT WORKING ERROR 404
I tried almost everything and still have problem.
...
0
votes
1answer
20 views
Apache Server Rewrite Rule
I have 3 rules for my websites that work without any problem on the pages of my site except the index. My index page is called ecorustic.php but i want it to display simply ecorustic without the ...
0
votes
0answers
71 views
How to detect the MIME type of files and serve it accordingly using Apache?
Users can upload images to my site and name them (usually without .png or .jpg extension). This works when the image is served by an IMG tag. Apparently no MIME-type is necessary. The browsers can ...
0
votes
2answers
429 views
Apache Reverse Proxy - Stop Trailing Slash Redirection
I'm migrating a site running static HTML on a Sun One (iPlanet) 6.1 to a Drupal site on Apache.
There is a requirement to keep the old server running and serving old content until it can be moved ...
0
votes
0answers
42 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
44 views
Redirect HTTP request to file only if it exists
I'm trying to (internally) redirect a call like /server123/get_file.php?file=frame-38-227113.jpg to /server123/cache/2/2/7/227113/frame-38-227113.jpg.
Of course, only if that file actually exists. ...
1
vote
2answers
371 views
htaccess rewrite rule not working with magento
This is the rewrite rule does not working in .htaccess:
RewriteCond %{REQUEST_URI} ^/magento/resultados-busqueda/
RewriteRule resultados-busqueda/(.*) /magento/index.php/catalogsearch/result/$1 ...
0
votes
0answers
23 views
Modrewrite rules are being ignored
Maybe I'm crazy and just bad at this, but I have no idea, and its driving me nuts!
I have this site, examnple.com.
They want all traffic for www.example.com to be redirected to just ...
0
votes
0answers
50 views
Apache mod_rewrite serve old content from another server default back to Drupal on failure
Background
We are migrating our current gigantic, static HTML site to Drupal. During the course of moving things over we will need to server the current "old" content until it has been migrated to ...
1
vote
0answers
183 views
Apache 2.2 HTTP_HOST not resolving to localhost correctly
Apparently the whole issue is a newly introduced bug in chrome v.24 and host resolving, the htaccess works fine in any other browser.
No idea how to "close" this issue, if someone could point me to it ...
0
votes
1answer
131 views
Conditionally redirecting traffic with mod_rewrite dependent on protocol
I've been writing a rewrite rule to try and redirect all of our traffic from mysite.com.au to www.mysite.com.au. I also need to conditionally redirect depending on SSL enabled or not.
I've hacked on ...
0
votes
0answers
100 views
Use ErrorDocument in .htaccess when using friendly urls
I'm having some problems during the error handling of a webpage with friendly urls (and mod_rewrite) turned on in a PHP 5.2 website. I manage the url rules from a framework, so I need to move all the ...
1
vote
0answers
70 views
Apache mod_rewrite never rewrite for existing directory except directory is certain directory?
A website http://www.example.com/ runs on a CMS and everything goes through it by rules set in .htaccess. When visiting http://www.example.com/ the user is redirected to one of the following paths ...
0
votes
0answers
43 views
Simple mod_rewrite rule for language changing
So i have this rewrite rule
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-zA-Z0-9-]+)/([a-zA-Z-]+)$ $2.php?lang=$1
RewriteRule ^([a-zA-Z0-9-]+)/$ index.php?lang=$1
...
0
votes
1answer
46 views
What's wrong with this mod_rewrite RewriteRule code?
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>
I'm using wamp apache on windows 7. ...
0
votes
0answers
25 views
Apache configurations for Unpack the applet.pack.gzip
I have used Pack200 and reduced the size of the applet. However for jdk1.6, we are not able to read the packed gzip. After going through several sites,I understood we have to add some entries in ...



