Tagged Questions
0
votes
1answer
23 views
.htaccess change domain but keep path
i don't even know whether this is possible or not.
i've 3 domain names:
mytest.com
test88.com
test99.com
mytest.com is the main domain where all the content is located. in my case it is wordpress ...
0
votes
1answer
24 views
Apache mod_rewrite for sub domain
I'm looking to do some simple mod_rewrite but im kinda new to this. I am looking to be able to visit http://login.markrdbaker.com and that will route to http://markrdbaker.com/stuff/login.php
...
0
votes
0answers
40 views
.HTACCESS rewrite domaine name to other domaine name with subfolder
My code work's find if I don't use subfolder...
my-x-wesite.com is the same output if I use other-domaine.com/~my-x-folderuser/
working example:
http://my-x-wesite.com/bg.jpg = ...
0
votes
0answers
19 views
Using mod_rewrite to serve www as naked domain?
Is it possible to map requests coming to www.mysite.com with mysite.com ?
e.g user inputs www.mysite.com as the url, but sees mysite.com; and if so, how would such a rule look like? Will such request ...
0
votes
1answer
109 views
Permanent URL masking for mirroring website using php and htaccess
First
Let say that i have www.domain.com that are client site and user login and do all the thing that he want (site is main and he use POST method for login adn other things and HEADER redirect if ...
0
votes
0answers
24 views
How can I be able to take a domain to be masked onto one domain with a whitelist check?
I need to be able to take a domain for example:
http://study.example.com will be masked to http://maindomain.com?site=study.example.com
But when customers view the page they will see ...
2
votes
1answer
96 views
Dot after TLD (http://example.com./)
Most websites can be accessed when you append a dot at the TLD:
http://en.wikipedia.org./wiki/Main_Page
http://www.google.com./webhp?hl=en
With https it might produce an SSL warning:
...
0
votes
1answer
119 views
.htaccess Domain Name 301 redirect with exclusion
I managed to create a basic rule set with htaccess to redirect with 301 all requests that a user types for the *.domain.com
So all : *.domain.com requests redirect to www.home.domain.com
RewriteCond ...
1
vote
1answer
331 views
redirect domains and subfolder to new domain htaccess
I have 4 domain which I want 3 of them redirect to last one. I already used some htaccess rules and they are working great,
RewriteEngine On
RewriteCond %{HTTP_HOST} ^first.com$ [NC]
RewriteRule ...
0
votes
0answers
47 views
How can you do this with mod_rewrite?
Let's say I have a doamin example.com.
I want every sub-domain of example.com to load contents from example.com WITHOUT changing URL in user's browser or something. For example,
aaa.example.com will ...
0
votes
0answers
39 views
Linux Sub Domain for directory that doesn't exist
Hi I want to create a sub domain on my linux box, but I want to create it to a domain that doesn't actually exist. For example:
shop.mydomain.com would point to mydomain.com/shop/
But shop only ...
1
vote
1answer
44 views
rewrite the domain htaccess
I was trying to simplify the domain for the sake of SEO.
I want to change http://www.abc.com/index.cfm/ID/48/Home to http://www.abc.com/home
I tried the code below:
RewriteCond ...
0
votes
0answers
96 views
Wildcard subdomains have been set up but WordPress is giving off error 404
I've set up the DNS entry
*.reviews.softpip.com. 14400 IN A 67.212.175.29
and added the subdomain in cPanel as such:
http://i.imgur.com/CELeQ.png
.htaccess (in /public_html/reviews/) contents:
...
0
votes
1answer
132 views
complete htaccess for parked domain
I have two domain names:
main.com
parked.com
Now that I have the new domain, I want to redirect the visits in a subfolder: /park/ So basically, if the following URI would display the exact same ...
1
vote
2answers
246 views
.htaccess rewrite full domain name
Are there anyway to make a user get to download thefile by let them type:download.mywebsite.com/thefile
in the browser address while the "download.mywebsite.com/thefile" does not exist but the ...
0
votes
1answer
164 views
Apache mod_rewrite to domain/IP
I want to do a simple passthru with Apache. When I open http://www.abc.com/45.34.81.171, Apache should internally proxify the URL http://45.34.81.171/ by the using following rule
RewriteRule ^(.+)$ ...
0
votes
1answer
483 views
mod_rewrite, subdomains and htaccess in CodeIgniter
Right now i'm working on a webshop project in codeigniter.
In the end there will be multiple webshops on subdomains, and a frontpage on the main domain.
It's supposed to be all dynamic so that the ...
0
votes
2answers
240 views
Redirect Multiple Subdomains to another domain name
Got a question about using mod_rewrite to redirect specific subdomains to use another domain. I am looking for the shortest possible way to do this without the need to create a separate rewrite rule ...
0
votes
1answer
82 views
.htaccess RewriteRule issue
I have a domain at OVH that links to my EC2 instance like this:
www.mysite.com --> 12.34.56.78/folder/
So everytime I type "www.mysite.com" in my address bar I end up on my website but the URL has ...
0
votes
1answer
230 views
Virtual domains and subdomains using mod_rewrite
I would like to create a service where a user either can get a subdomain or a regular domain on my service.
The idea is that all subdomains except www. should go to ...
0
votes
1answer
901 views
URL rewriting using localhost is not working
I am testing a .htaccess configuration on my localhost.
The root of the website is http://localhost/test/
My .htaccess is :
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} ...
1
vote
2answers
800 views
.htaccess to make a subfolder the main folder for primary domain, but getting redundant redirects when URL is typed directly into browser
Problem:
I'm using .htaccess to make a subfolder the main folder for my primary domain.
Everything seems to be working fine, except I noticed that when I type a URL directly, such as ...
0
votes
1answer
461 views
Contao: Multisite & Multiple Domain Names
I am working with Contao (TypoLight).
We have several sites on the same Contao Installation.
Which also means it's the same root folder.
Each site has its own entrypoint, atleast its supposed to ...
1
vote
1answer
110 views
mod_rewrite with two servers and three subdomains?
I've been looking around (both here and the googles), and I can't find an answer that actually works for me. Basically, I have two physical servers (a dev server and a production server), and I want ...
0
votes
1answer
133 views
Would I use mod_rewrite to direct google to the correct country specific sitemap? e.g. domain.com/sitemap.xml and domain.co.uk/sitemap.xml
We have a site with identical content for two english speaking domains.
After searching around for the best way of handling this, we opted for google's recommendation of using country specific ...
1
vote
1answer
462 views
.htaccess domain redirection to folder but preventing direct access with 404
I have a shared hosting in which I want to host several websites. To this end, and to keep things clear, I have redirected my primary domain (i.e. www.mydomain.com) to a folder (i.e. /mydomain.com/). ...
3
votes
1answer
154 views
is there is anyway i can rewrite the domain name to the original IDN not the punny code?
i have bought an IDN domain name with non-latin charachters. it is good but when i access the domain name, the address bar shows the punny code for the domain not the actual domain which will be hard ...
1
vote
0answers
119 views
Why does my mod_rewrite .htaccess redirection to another folder get a 404 error?
How can I redirect a file to another file in a different folder, which is the physical folder of another add-on domain?
Here's what I have on my server (set by cPanel):
addon_domain_1.com ---> ...
2
votes
3answers
287 views
Allowing the usage of custom domain names for web application projects
I would like to know the best way to enable custom domains when creating web applications. For instance, if you look at something like Base Camp, when you sign up for that you create your own 'sub ...
4
votes
4answers
2k views
Use PHP to Dynamically Add To .htaccess File?
What I am trying to do is automate the process of going live with websites. These websites are all dynamically created using htaccess, so here is an example:
RewriteCond %{ENV:REDIRECT_STATUS} ^$
...
0
votes
1answer
414 views
Multiple Domains on one Shared Server, need to use mod_rewrite to find paths to content
I have 3 different domains, www.example.com, www.mywebsite.com, www.domain.com. In my server, I have 3 folders, www/example, www/mywebsite, www/domain. I want each URL to point to each respective ...
2
votes
1answer
311 views
Redirect www.domain.com/uk to www.domain.co.uk/uk
I'm no .htaccess expert, but I've tried a few different things to redirect a domain to no avail.
I've got a UK and US domain...some US pages have uk extension, and need to be pointed to the proper UK ...
0
votes
1answer
642 views
Rewrite <sub>.domain.com/<path> to /subdomains/<sub>/<path>
I've got stuck with my mod_rewrite (for about 4 hours, yes, I googled, too).
Basically I want to create dynamic subdomains. So I just create a new folder and it automatically has it's own subdomain. ...
0
votes
3answers
4k views
.htaccess to mask url and redirect domain name to subdirectory
Hi folks
I'd appreciate some .htaccess advice.
I have two wordpress installations. "A" which is in my ISP's Linux server root directory and "B", which is in a subdirectory of the same server called ...
7
votes
3answers
2k views
REQUEST_URI is not overridden by using APACHE RewriteRule?
Problem :
Am using Kohana/PHP to develop a hosted website for other companies.
I get the customer to put in a CNAME entry in their DNS server to point to my domain. Eg. http://invites.somecompany.com ...
0
votes
1answer
97 views
Can two servers with distinct content share one subdomain?
My problem:
Server 1: An IIS box with a bunch of applications in production, all running on 'www.mydomain.com'
Server 2: A Linux/Apache box that will host my website's non-transactional pages.
I ...
0
votes
3answers
814 views
Redirect subdomain to subdirectory
i've already read all topics here and on google about redirection but i'm a programmer and i cant get it going.
I have Apache 2.2 installed. The web root is C:\Apache\htdocs. My network admin set me ...
2
votes
1answer
309 views
Apache: Rewrite domain path bug when .htaccess used in non-root dir
How to fix rewrite rule, so that it works also trough domain.com/path/.htaccess?
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
If rule used in ...
1
vote
2answers
692 views
Changing Cookie Domains
I use apache as a proxy to my application web server and would like to on the fly, change the domain name associated with a sessionid cookie.
The cookie has a .company.com domain associated with it, ...
0
votes
1answer
441 views
Trying to mask a domain xxx.test.com to point to xxzz.test.com/simple
So we have the following two sample domains:
xxx.test.com
and we want to point that to (same ip) this domain:
xxzz.test.com/yyy
and then when you click on a link like so:
xxx.test.com/bbb
it ...
2
votes
2answers
798 views
Mapping a secondary domain to a subdirectory using mod_rewrite
I am looking to map a secondary domain to a subfolder on my document root.
For example, if requests to the domain www.example.com map to my DocumentToot, then requests to www.exampletwo.com go to ...
0
votes
1answer
322 views
Multiple domains for site subsections
Here's the deal. Basically I've got multiple domains, and I would like one of the domains to point to the regular base of the site, but the other domains to point to a subsection of the site without ...
0
votes
1answer
160 views
Wildcard subdomains htaccess rule?
I already setup the dns zone to point *.user.domain.com, It works fine but i get the known default cpanel page.
I believe that i have to put something in the htaccess to forward the subdomains ...
5
votes
2answers
3k views
Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains
Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains
Situation (directories tree) on an Apache server with addon domains:
main-domain.com/
|
|_ .htaccess (just an empty ...
0
votes
2answers
593 views
Apache mod_rewrite: how to redirect addon domains subfolder access to addon domain itself?
Situation (directories tree) on an Apache server:
maindomain.com/
|
|_ .htaccess (just an empty file, no rule in here)
|
|_ addondomain1.com/
| |
| |_ .htaccess
| |_ index.html
|
|_ ...
2
votes
1answer
726 views
Redirect parked domain (htaccess)
I have two domains in the format of foo.com and foo.net. I currently have the following in my .htaccess to redirect non-www to www:
# Rewrite URL to force WWW
RewriteCond %{HTTP_HOST} ...
0
votes
2answers
169 views
Mod Rewrite all traffic not from my domain and subdomains
At this time every site on my server is on the domain "mydomain.com" or "subdomain.mydomain.com", I do various re-writes depending on the subdomain used to access the site.
What I want to do now, is ...
0
votes
1answer
222 views
redirect external subdomain traffic
I have apache installed on one of my server on two different ports, all http requests are handled by the apache on the default (80). Now I have a subdomain for a domain and I want the request for the ...
1
vote
1answer
57 views
Pointing a domain to a subscription based web-app?
I'm about to start building a subscription based website that will function much like 37signals offerings in terms of users paying a monthly fee to use the site.
But in my case I would like for them ...
0
votes
2answers
358 views
How would I redirect two domains using .htaccess
I'm trying to redirect one domain to the root and another to a directory. The problem I'm having is the second domain is overwriting the firsts redirection.
Here is what I have.
RewriteEngine On
...
