Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
609 views

Using Alias in Apache ONLY if local directory not present?

We're running a reseller web host, and aliasing a particular directory for ALL the sites within. This is all happening through WHM/Cpanel, which could possibly complicate my question. We want all ...
4
votes
2answers
2k views

mod_rewrite or mod_alias?

I have a server, it's httpd.conf already has some "RedirectMatch permanent" directives in it. I'm not that familiar with mod_alias, I've only ever used mod_rewrite. What's the basic difference? I ...
2
votes
1answer
139 views

Apache alias virtual host

I have two applications running in the same server and I would like to have one served from subpath in the url (i.e): foo.com -> /var/www/foo foo.com/bar -> /var/www/bar I'm triyng to do an alias ...
2
votes
1answer
100 views

Wildcard in URL (mod_alias or mod_rewrite)

I need to have URLs such as mydomain.com/whatever, where "whatever" can be any arbitrary string, all call the same php file where it sorts out what to display (or displays a 404). However, I want ...
2
votes
4answers
3k views

How to use htaccess to redirect all but one subdirectory

It's been a while since I've messed with .htaccess and I can't seem to get this quite right. I have a site, say example.com, where I want example.com/* to redirect to example.com/collector.html except ...
1
vote
0answers
16 views

All the slashes getting removed from my urls

I was goofing with the .htaccess file doing a redirect from domain.com to www.domain.com. I saw on a forum that using mod_alias would be a good idea. Being the adventurous sort, I put a permanent ...
1
vote
1answer
47 views

Why htaccess redirect being overruled?

I've got: Redirect 301 /blog/?p=1 http://www.new-site.com/blog/2000/10/myslug/ which works fine, unless followed by: RedirectMatch 301 ^/blog(/)?(.*)$ http://www.new-site.com/blog/$2 I've tried ...
1
vote
0answers
181 views

mod_alias Rewrite not working?

I have two servers: Fedora running Apache/2.2.14 (old server) CentOs running Apache/2.2.3 (new server) I've been using this Rewrite rule for quite sometime with absolute success on the old ...
1
vote
2answers
122 views

Apache redirect question - mod_rewrite or mod_alias

I have a specific need: example.com/store/{location} must redirect to example.com/store2/{location} And this needs to redirect, not just a url 'rewrite', so I'm guessing I need mod_alias, right? ...
1
vote
1answer
413 views

Using mod_rewrite and mod_alias (redirect 301) together in .htaccess?

I have a site with a set of old .html and .php pages that have been put into a CMS. Currently in the .htaccess file there are about 30 mod_alias redirects in the following form: redirect 301 ...
1
vote
1answer
476 views

Apache Rewrite & Alias combined

We have run into an issue where we have an existing Alias, and we would like to add a rewrite rule to catch all variations of case-insensitive spellings, ie: URL: http://www.example.com/example ...
1
vote
1answer
245 views

How to ensure that Apache always serves a single page via HTTPS?

I would like to redirect all connections from htt_p://www.example.com/abc.html to HTTP_S://www.example.com/abc.html . What mod_alias or mod_rewrite commands would work for this? I've tried: ...
1
vote
1answer
741 views

Apache - Redirect 301 pdf to pdf with spaces ( binary file )

What I want: To 301 redirect /file_new.pdf to /file new.pdf ( %20 aka space between file and new ) I'm aware that: I can rely on RewriteRule 301 which uses mod_rewrite, using a solution ...
1
vote
1answer
468 views

Redirect 301 Transfer to New Domain Output URL is Ugly

I am moving my blog to a new domain. I am trying to do this through .htaccess. While the redirect is okay - the output URL is 'ugly' example in old domain .htaccess file: redirect 301 ...
1
vote
5answers
4k views

How do I use .htaccess to redirect to a URL containing HTTP_HOST?

Problem I need to redirect some short convenience URLs to longer actual URLs. The site in question uses a set of subdomains to identify a set of development or live versions. I would like the URL to ...
0
votes
3answers
29 views

Simple mod_rewrite RewriteRule for messy legacy url's

Launching a new website for a new client. Their old site has about 50 products and unfortunately, the old product names do not match up to the new URL pattern Old URL Examples: ...
0
votes
0answers
22 views

Getting a correct HTTP Location field response header when 301 redirecting

I'm trying to redirect some demo content of a website (http://www.old-domain.it/demo/content) to its new location (http://www.new-location.it) by means of Apache mod_rewrite, with the following code ...
0
votes
2answers
41 views

Redirect to a Rewritten URL

OK, so I'm rewriting some page URLs for a custom PHP cart. I've got the following rules: RewriteRule ^category/([0-9]+)/([a-z-]+)$ /store.php?cat=$1 [L] RewriteRule ^product/([0-9]+)/([a-z-]+)$ ...
0
votes
1answer
49 views

Redirect references to root to current alias instead

I'm using a local install of Apache 2.2.11 and have set up an alias to a folder above the document root (alias localhost/fp/ => /www/dirs/friendpages). I would like to be able to redirect requests ...
0
votes
0answers
21 views

mod_vhost_alias - correct syntax?

This syntax from my httpd.conf seems to work: <VirtualHost *:80> UseCanonicalName Off VirtualDocumentRoot C:/www/%2 ErrorLog /www/Apache22/logs/error.log </VirtualHost> <VirtualHost ...
0
votes
0answers
41 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
34 views

Make mod_alias work with mod_rewrite

mod_alias rule: /water /local/path1/water Target URLs: http://www.mysite.com/water/css/style.css http://www.mysite.com/water/js/java.js Actual URLs: ...
0
votes
1answer
44 views

.htaccess mod_alias and mod_rewrite redirects are ignored

I want to redirect all requests to my index.php script in such a way that everything that goes after http://mysite/ would passed to index.php as url-argument. For example, http://mysite/moo.css should ...
0
votes
1answer
185 views

Apache ErrorDocument absolute path

I'm trying to use the same 404 ErrorDocument for a domain and all its subdomains, The subdomains all have their own directory in the /var/www/ path the Apache ErrorDocument directive expects a ...
0
votes
1answer
122 views

How to redirect an url with parameters?

I'm at a total loss trying to integrate a mod_rewrite in my existing page. Currently, I am building a new site from scratch, and there i have some nice clean url's such as: ...
0
votes
1answer
66 views

mod_rewrite conflicts with Alias directive

My primary web site uses PHP/Zend Framework, and the .htaccess is the common one: RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond ...
0
votes
2answers
75 views

mod_alias redirect tips

all. I search the sites but can not find my answer, so I post it. I want to redirect url like this example.com/css/.... ====> example.com/templates/css/... example.com/path/css/.... ====> ...
0
votes
1answer
201 views

Redirecting http to https for a directory, via .htaccess, using mod_alias only

I have the common problem of wanting to redirect requests for a certain restricted access directory from http to https, so that users' login credentials are sent in a secure way. However, I do not ...
0
votes
1answer
169 views

.htaccess 301 Redirects using RedirecMatch or RewriteRule

I am attempting to create some 301 redirects using .htaccess in order to fix some Crawler Errors that Google is encountering. Google is using old versions of some of my URLs, which is causing errors ...
0
votes
1answer
513 views

.htaccess alias URL

I am trying to create a redirect of a temp URL using Redirect Permanent /dir/subdir http://www.domain.com/other_dir/htmlfile.html Note that "dir" exists in the file structure but "subdir" does not. ...
0
votes
2answers
139 views

Redirect from one domain to another, without the user realizing it

I have a bunch of domains on on of my servers. I'd like to be able to redirect some domains to a different domain without the user knowing, so not a 301 redirect. An example, redirect domain.com to ...
0
votes
1answer
578 views

Simple 301 redirect in .htaccess with query string does not work with Redirect directive

I am trying to redirect a single URL in a .htaccess file with Redirect: Redirect 301 /index2.php?option=com_rss&feed=RSS2.0&no_html=1 /something/somethingelse/ I have a bunch of other ...
0
votes
1answer
182 views

Fixing mod_rewrite and mod_alias conflict

I have a VirtualHost setup like this : Alias /somedir /some/other/dir http://example.com/somedir works fine However, I need to setup mod_rewrite for /somedir (a CodeIgniter app for which I want ...
0
votes
1answer
187 views

How can I get mod_rewrite and mod_alias to work together?

I have a Windows/Apache/PHP environment set up to imitate a shared hosting account but cannot get mod_alias and mod_rewrite to play nicely with one another. Both are definitely enabled at the server ...
0
votes
1answer
24 views

.htaccess why problem when using ? in Redirect

i have this line Redirect /?page=cms_page&id=12 http://www.domain.dk/case when i type ?page=...... its not will work if i only use page=..... its will work fine but not the user type ...
0
votes
3answers
845 views

How can I redirect directory using htaccess including files with spaces in the names

I am dealing with a situation where someone has handed me a bunch of old files on the server which already have a lot of incoming links directly to them (mostly pdf files). I now have the files ...
0
votes
2answers
150 views

Issue with redirection of a folder with mod_alias

Another question following on from this thread. The only remaining item that I can't solve is that there is a listing for an now non-existent folder '/team/', but if I add this into my .htaccess ...
0
votes
1answer
228 views

How to use spaces in the URL path in mod_alias’ Redirect directive?

Following on from link text, I've also got problems with file paths that contain spaces. I was told to simply enclose the full path in quotes, and that should work, but I keep getting this page ...
0
votes
2answers
89 views

mod_alias subdirectory replacement

I am using RewriteMatch to redirect all traffic from subdir1 to subdir2, while keeping all other parts of the url the same. So for instance, http://www.mydomain.com/subdir1/ would redirect to ...
0
votes
1answer
100 views

Impossible to mod_rewrite based on existence of file in mod_aliased directory?

I'm trying to do something like the following in my .htaccess file: Alias /assets /location/of/files RewriteCond %{REQUEST_URI} ^/assets/[0-9]+.jpg$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ...
0
votes
1answer
830 views

mod_alias AliasMatch Regex - matching everything in a folder except two patterns?

I'd like to use AliasMatch to create an alias for everything within a folder, except for two (or more) specific regex patterns. For instance the following AliasMatch creates an alias for everything ...