1
vote
0answers
16 views

.htaccess subdomain languages

Im running a WordPress site with qTranslate installed. The URLS are currently displayed as http://domain.com/en/ but i would like to change them to http://en.domain.com How do i make this work? ...
0
votes
1answer
22 views

Invalid Subdomains of Addon Domains Show Content Fom Main Domain

I have a website - www.example.com. There is content at www.example.com/content.html. I have an addon domain called www.addon.com. If I type invalidsubdomain.addon.com/content.html into the address ...
0
votes
0answers
11 views

Redirecting subdomain from an alias domain

So I have been searching the net along with this site regarding htaccess redirections, but have yet not managed to find the solution for myself (it may not even be possible). So my scenario is this: ...
0
votes
0answers
9 views

Proper way to Dynamically Create Subdomain Sites Instead of Writing to .htaccess

I'm looking for a way to add user accounts as a subdomain, such as "Username.SomeSite.com". While I was thinking of a way to do this, I figured I could dynamically edit the .htaccess file, however, ...
1
vote
1answer
28 views

Redirecting subdomain to file without hardcoding url

Actually topic is simple and answered million times but, somehow doesn't work on me. What I try to do is redirect "m.domain.com" and "mob.domain.com" to a file "domain.com/folder/mobile.htm" But ...
0
votes
0answers
18 views

Password protection via .htaccess working in subdirectory but not in subdomain

I have a main site and a subdomain test site. On the main site I have a folder previously used for testing... /httpdocs/test/ Within that I have a htaccess file AuthUserFile ...
1
vote
0answers
14 views

Masking subfolder to a subdomain

I wonder if it is possible to achieve this. We have 2 servers windows and linux. We would like visitors go to http://www.mydonetserver.com/event will see exactly what we have setup for the subdomain ...
0
votes
0answers
25 views

Rewrite sudomain to subfolder in combination with other rwrite

I have URLs such as http://example.com/flyers/?seo_url=some-body/bride-2x-photo-81 and I would like to rewrite them to www.flyers.domain.com/some-body/bride-2x-photo-81. Flyers is a sub-directory ...
0
votes
0answers
59 views

RewriteRule ^/?$ %1 [L]

I need expert advise now, I've been messing around with htaccess for over a day now, because my current host does not allow subdomains unless you pay €12,17 for 25 subdomains. So I thought I'd route ...
0
votes
1answer
17 views

What changes are needed in .htaccess file when adding a sub directory

This is my .htaccess file: Options -Indexes Options FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) ...
0
votes
2answers
25 views

Rewrite subdomain to subfolder causes loop error or 403

I have a local Apache server set up on my machine, with wildcard DNS in place. I have it set up so that it works like [foldername].loc. So, for instance, a folder under my htdocs folder called ...
0
votes
2answers
22 views

Redirect home page to subdomain

I only want to redirect one page, my homepage, to some subdomain. I addded these lines in my .htaccess files, RewriteEngine on RewriteCond %{HTTP_USER_AGENT} #some rule RewriteRule ^index.php$ ...
0
votes
1answer
69 views

How to redirect Multisite subdomains to a 404 page when accessing wp-admin?

How to restrict wp-admin page to subdomains? We have multi domains in a WordPress site and I need to redirect subdomain.websitename.php/wp-admin/ to a 404 page. For this, I used this code but it's ...
0
votes
0answers
16 views

RewriteRule To Load Subdir as Subdomain

Is there a way to load a subdirectory as a subdomain via .htaccess or httpd.conf? I have a hard-coded EXE program that talks to our web server in a subdir. Now we want to migrate this to a cloud ...
0
votes
0answers
19 views

internal server error 500 whne i make a subdomain

in have an site , for example : mysite.com when i make a sub domain (domain.mysite.com), the internal server error appear to me for that subdomain Internal Server Error The server encountered an ...
-2
votes
1answer
25 views

Multipe rewrite urls (domain.tld/blogs.php?user=username&post=postname TO username.domain.tld/posts/postname) [closed]

How i can rewrite urls from this domain.tld/blogs.php?user=username&post=postname to this one: username.domain.tld/posts/postname
0
votes
0answers
38 views

htaccess subdomain redirect to folder almost working

I have a website with an integrated blog with the structure URL www.domain.com.au/blog/. I'm trying to use htaccess display www.domain.com.au/blog/ content when users type blog.domain.com.au and mask ...
0
votes
4answers
95 views

routing and module in symfony 1.4

I have a serious problem about routing and envirenement or module in symfony 1.4,so I created three modules frontend , mobile and backend. So in frontend and mobile module,I'm using almost the same ...
0
votes
1answer
27 views

Force www. without forcing it on subdomains?

I am currently using ht.access to force WWW Prefix on my domain name.... RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ ...
0
votes
1answer
47 views

How Change Subdomain Root Folder to Public_html via .htaccess?

I have a subdomain that I want to make the root folder to "Public_html", for example, my root subdomain is - /public_html/subdomain So I want to change that path to just /public_html/ for my ...
0
votes
0answers
114 views

OpenCart sub-domain .htaccess issue

I have installed opencart on my company's subdomain like so: http://store.example.in, that is, by creating a sub-domain below the main domain since I did not want to disturb the main site. ...
1
vote
1answer
32 views

301 Redirect working for links, but not subdomain

Recently moved a site over from a subdomain into a subdirectory of the root domain. http://blog.domain.com to http://domain.com/blog. I dropped this into my .htaccess at http://blog.domain.com, so ...
0
votes
1answer
13 views

Way to stop a subdomin using the .htaccess of main directory?

I have a subdomain on my server and I don't want it to use the .htaccess of the main directory, is this possible with .htaccess rules?
1
vote
2answers
41 views

Cannot figure out this wildcard subdomain mishap

I've been trying to accomplish this for hours now and for some reason it does not want to work. All I want is username.domain.com to internally go to domain.com/users/username I set-up my dns that ...
0
votes
1answer
14 views

htaccess Sub Dir redirect

Is there anyway for me to redirect my subdomain index to my main domain? From Subdomain.Domain.com/index or Domain.com/SubDomainFolder/index to just Domain.com Tried several methods from ...
0
votes
0answers
43 views

virtual Sub-domain and URL rewriting with .htaccess

I want to use virtual Sub-domain on my domain with help of wildcard and .htaccess, the wildcard is set but what i have to write in .htaccess to rewrite the url for the following matter. Enter => ...
0
votes
1answer
13 views

Block access to a redirected subdomain on an IP basis

I have a subdomain (mail.mywebsite.com) that points to the login page that I've set up for Google apps (per their instructions). I'm currently using a CNAME record to point users to the page. ...
0
votes
3answers
67 views

Trouble with mod_rewrite, subdomain and codeigniter

I have a codeigniter installation at example.com/ci. I have a subdomain foo.example.com. The document root for the foo subdomain is set to be home/public_html/ci. I'm using the following rule in ...
0
votes
1answer
86 views

.htaccess Add an exception to 404 redirect to particular sub-directory [closed]

The sub-directory is /addon/ it stores all data for my sub-domains a.k.a addon domains. In this sub-directory I also store my primary domains data, my primary domain is website.com RewriteEngine On ...
-1
votes
1answer
62 views

Page not Found on Subdomain Redirect to Main Domain 404? [closed]

I have a mobile subdomain that does not have all the pages that the main domain does. I check to see if the user is on a mobile device and if they are send them to the mobile subdomain. The issue is ...
-1
votes
1answer
58 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
53 views

How do I redirect subdomains that do not exist?

I am trying to redirect using .htaccess in the following fashion. I am not all that familiar with .htaccess, so I'm not sure it can be done. Also, I don't know if how I am intending to do it follows ...
1
vote
1answer
69 views

wordpress subdomain for images htaccess problems

I'm trying to setup a sub domain for my wordpress images and i have been setting up the a virtualhost which is pointing to default wordpress upload directory. The problem is that the sub-domain is ...
0
votes
1answer
17 views

How do I create a subdomain and then have it forward to a subfolder?

Say I have the site blog.mydomain.com and www.mydomain.com. I want to make sure that if people type in blog.mydomain.com, that it'll redirect to www.mydomain.com/blog. (I know the question is usually ...
0
votes
1answer
36 views

How to redirect a (.com) domain name to (.co.uk) domain using the htaccess?

Please i need to redirect the domain name: http://mydomain.com to http://mydomain.co.uk In such a way that anytime a visitor visits the .com he will get redirected to the .co.uk version. Both ...
-1
votes
1answer
53 views

redirect domain with subfolder and URL [closed]

i redirect my domain using webmin to new domain. (without .htaccess) This Worked and redirect to new domain when user click: http://testdomain.com To http://testdomain1.com BUT if user click ...
2
votes
1answer
54 views

.htaccess redirection [subdomain] + add into file name

I am trying to .htaccess redirect images/icon.png to images/[subdomain]_icon.png.. like: demo.domain.com/images/icon.png to demo.domain.com/images/demo_icon.png test.domain.com/images/icon.png to ...
1
vote
1answer
22 views

.htaccess point domain to subdomain

I have a domain and a subdomain. I need to temporarily point a folder in the domain to the same folder in a subdomain. Example: http://www.domain.com/api/ -> http://dev.domain.com/api/ Is there a ...
0
votes
0answers
63 views

Htaccess subdomain is not resolving

I am using the following .htaccess code . RewriteCond %{HTTP_HOST} !^www\.domain\.com RewriteCond %{HTTP_HOST} ([^.]+)\.domain\.com [NC] RewriteRule ^/?$ /member.php?username=%1 [L] But the above ...
0
votes
1answer
27 views

Subdomain, Pagination and .htaccess

in the name of God hi, How i can transform this url domain.tld/blog.php?name=username&page=2 to this one username.domain.tld/page/2 with .htaccess?
0
votes
0answers
10 views

how to do ht access with 2 defaults

I am trying to write a htaccess file.i have been looking around but to no avail. I want all my domain requests www.mydomain.com to go to a specific folder, however i want it to be internal, which ...
0
votes
0answers
39 views

Configure htaccess to lead subdomain to a bundle

I am looking for some help to setup a .htaccess on a particular subdomain. About my apache configuration everything is setup and is fully working. I created a wildcard for my domain so ...
0
votes
2answers
53 views

Redirecting domains in WordPress Multisite

I have a Wordpress Multisite and have subdomains for each language. I have managed to implement the subdomains es.mysite.com and en.mysite.com and they work perfect. I would want now that if the ...
0
votes
0answers
19 views

htaccess rewrite to subdomain that works with GET

I am trying to use the mod rewrite to access a folder via sub-domain. More importaly, I have a script that will attempt to GET the file from sub.domain.com/image.jpg. I need to figure out the ...
0
votes
0answers
25 views

Wordpress: moving from sub.example.com to example.com [closed]

I have a static html site in public_html/example.com and a test WordPress installation in public_html/wp.example.com. There are other folders in publc_html, some of which relate to other sites under ...
0
votes
0answers
13 views

htaccess Numbered subdomain to folder

htaccess Numbered subdomain to folder I want to direct 152.mydomain.com --> http://mydomain.com/tag/152 But the 152 can be anything, it will always be numbers though. How would I do this?
1
vote
2answers
80 views

Redirect non-www to WWW error with subdomain

I need to force WWW on my website. So I used this htacces: #Redirect non-www to WWW RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ...
1
vote
1answer
85 views

Codeigniter one service with multiple access points, subdomains, htaccess

I am not exactly sure how to word this properly so I apologize in advance. I have a slightly unique setup, but at the same time not so unique. I want to have api.domain.com m.domain.com domain.com ...
2
votes
1answer
69 views

subdomain like setup using htaccess

I need a help regarding htaccess. I need a subdomain like setup using htaccess. It should redirect or show the contents from one of my controllers. For eg: I have a controller say "view" and ...
0
votes
1answer
49 views

Redirect old URL to new subdomain

I have a blog under example.com/blog, but now I changed to blog.example.com, which redirects to the same old folder. I don't want users to access directly the old URL, so, redirecting /blog to blog. ...

1 2 3 4 5 9