Tagged Questions
0
votes
0answers
6 views
htaccess redirecting subdomain to subdirectory issue
I do need some help with regards to .htaccess in Apache. Would like to remove the first subdirectory from the url.
Currently this htaccess works if a user access abc.domain.com, it will load the ...
0
votes
1answer
14 views
redirect all old sef urls at once with wildcards
after turning off SEF because of extreme serverload and database overload, I want to redirect all old (indexed, not working) SEF urls at once. All current (working) links start with index.php?option=. ...
0
votes
0answers
24 views
htaccess redirect to www version throwing everything up a directory level
I have been fighting this issue for weeks, and nothing I've tried has resolved it. In the interest of SEO, I am redirecting the non-www version of my site to the www version. I would like the ...
0
votes
0answers
36 views
Htaccess redirect wildcard multiple parameters
I have a blog with URLs like this now:
example.com/blog/5001/facebook/blog-title-here
example.com/blog/4001/topic/hello-world
example.com/blog/5066/twitter/new-post
I need to redirect these to ...
1
vote
2answers
52 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 ...
-1
votes
2answers
51 views
Redirect when word is found anywhere in URL [closed]
I need to redirect to /shop when the word "virtuemart" is found ANYWHERE in the URL.
Some kind of wildcard rule should do it.
I tried RewriteRule (^|/)virtuemart$ /shop [R=302,L] but that did not ...
0
votes
0answers
49 views
mod_rewrite solution works as planned, but breaks my wildcard subdomains
I need help rewriting my URL with my .htaccess file
Here's how my URLs look:
www.website.com/?p=admin&i=items&x=375
I'd like them to look like this:
website.com/admin/item/375
The p, i, ...
0
votes
2answers
30 views
Using wildcard on other page addresses than the static ones
I want to use a wildcard so any page addresses are allowed. But I want to use some static page addresses like user login, registration, and some more. I'm currently using this method but it will, as I ...
3
votes
2answers
128 views
Using mod-Rewrite with 5 pages (wildcard sub-domain)
Let's say I got 5 pages (index.php, about.php, portfolio.php, gallery.php, contact.php).
Let's say the id is 1.
The original url is :
www.domain.com/folder/index.php?id=1,
...
0
votes
1answer
59 views
Create wildcard for any number in link to block in htaccess
Someone is attempting some bad stuff on my site and I am tired of blocking the IP's he is using. So I want to prevent him from executing the code all together and redirect any such attempt to the ...
1
vote
1answer
66 views
How to exclude certain filenames from being Hotlinked Blocked in .htaccess
I've currently got the following in my .htaccess of my photo folder.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?siteabc.com [NC]
RewriteCond ...
0
votes
1answer
117 views
htaccess redirect rule needed for incorrect subdirectories with wildcards
I need help writing an htaccess redirect or rewrite rule (mod_rewrite.c) to handle the following situation:
http://www.mysite.com/archive/[YEAR]/archive/[YEAR]/[CORRECT-PATH]
should redirect to:
...
3
votes
2answers
288 views
htaccess subdomain ssl wildcard not opening file
Ok So i have come across a problem with my htaccess and how to get it to work.
I have just purchased a ssl wildcard for my primary and sub domains.
I am with bluehost and they suggest adding this:
...
0
votes
0answers
23 views
Wildcard subdomain to single file
I have the DNS setup. Just need to write the htaccess code and hit a stumble in the road
blabla being the variable, I need blabla.domain.com to "cloak"? (if that's the right word for it to ...
1
vote
1answer
158 views
How to write a htaccess file to wildcard folder to subdomain
I'm trying to redirect all my folders (using a wildcard) to their subdomain. For example:
www.mywebsite.com/folder1 to folder1.mywebsite.com/
www.mywebsite.com/folder2 to folder2.mywebsite.com/
...
0
votes
1answer
59 views
Disable access to subdirectories with wildcard
I have this directory structure:
photos/
photos/2012_01
photos/2012_01/thumbnails
photos/2012_01/large
photos/2012_02/
photos/2012_02/thumbnails
photos/2012_02/large
...
1
vote
1answer
260 views
Subdomain wildcard htaccess redirection to new domain
One of my websites I want to redirect o another domain.
The situation:
[old] *.example.com
[new] *.example.net
for now I have this in my htaccess
#RewriteCond %{HTTP_HOST} ...
1
vote
2answers
266 views
Redirection for Mobile using .htaccess - only on homepage
I started by using the method described here in order to create a Mobile redirect, and it works perfectly.
What I need to do next, however, is prevent it from happening on any page other than the ...
0
votes
1answer
38 views
Wordpress MU: www. to the http://
In my .htaccess what would I have to put in it to basically create a wildcard so if anyone accesses www.*.domain.co.nz it will redirect to http://*.domain.co.nz.
I can get it working for one domain ...
-1
votes
1answer
421 views
.htaccess wildcard redirect 301
i have to redirect many urls
the structure is this:
OLD URL
/category/product-18-name.aspx
NEW URL
product18name.php (is merely an example)
i wish to do a regex, if a user type ...
0
votes
1answer
29 views
I need to do specific 301s as well as wild card/catch all. How do I do it?
Regarding .htaccess:
I've got a site I'm closing down. It's got thousands of urls, most dynamic, that does not translate well to my new site, as the structure is completely different.
My .htaccess ...
0
votes
1answer
219 views
htaccess rewrite using wildcard and multiple subdomains
I want to implement a TEST, CERT and PROD webpages on one single webhosting using a single domain.
The websites is using wildcards for the first subdomain.
I have the following code:
# for TEST
...
0
votes
1answer
376 views
redirect public_html folder
I have two domain name
www.domain.com
www.parked.com
I have 3 folders inside the public_html (www) folder
folder1
folder2
folder3
i want a wildcard using htaccess code to redirect the domain ...
0
votes
1answer
168 views
.htacces Redirect to different based on subdomain
I have a question.
I am trying to setup a TEST, CERT and PROD webspace on my hosting with 1 domain.
The problem is that I am already using subdomains in my webpage so DNS wildcard record ...
0
votes
1answer
217 views
How to create virtual username.domain.com using .htaccess mod rewrite
I know there are plenty of questions like I asked, but searching all day the soluation, I didnt find right one that would work for me, therefore I asked question.
Here is .htaccess code I have to view ...
0
votes
1answer
263 views
htaccess with wildcard SSL
We have a Wildcard SSL Certificate that is supposed to work on any subdomain of a given domain.
So in this server we have this file structure:
/home/DOMAIN/public_html/subdomainx
...
0
votes
1answer
226 views
Making an .htaccess with multiple wildcard exceptions?
I'd like to have all references to my site redirect to blah.mysite.com.
I need these specific sub-directories to be directly accessible without a redirect:
mysite.com/foo, mysite.com/bar, ...
2
votes
2answers
448 views
Remove wildcard subdomains but not existing ones with .htaccess
Hello!
I'm trying to set up my .htaccess file for wildcard subdomains, but I really have no clue how to do that.
I have "domain2" pointing to "domain1" as an alias, which is working perfectly, ...
0
votes
1answer
353 views
wildcard subdomain in .htaccess
I want to make a simple page which is available with any (wildcard) subdomain.
For example, you visit hello.domain2.com and the page will echo the name of the subdomain "hello". Also the URL has to ...
0
votes
1answer
730 views
.htaccess redirect non existing pages based on index.php page with wildcard and something after it to index.php
Please help, some website is arbitrarily adding dynamic query strings to my home page.
For example my home page is www.mysite.com/index.php and they link to many links like this:
...
0
votes
1answer
870 views
Wildcard subdomains redirected to www with htaccess
There seem to be a million posts on StackOverflow on this topic, but none seem to be exactly what I'm after.
Basically, I'm trying to redirect all random non-existent subdomains to the "www" version ...
0
votes
1answer
295 views
Removing query_string from wildcard subdomain rewrite
My goal is to point:
http://xyz.domain.com/abc to http://www.domain.com/dir/file.php?var=xyz
(In other words, anything with http://_____.domain.com/abc would read from ...
0
votes
1answer
292 views
Using wildcard catchall to redirect misspelled subdomains
I have setup x.domain.com as a catchall for misspelled subdomains on my server. For instance, I want partners.domain.com to rewrite to partner.domain.com. I am having a difficult time figuring out how ...
1
vote
2answers
97 views
.htaccess : Rewriting initial output back into subdomain
I have the following htaccess.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^(www|m)\.DOMAIN\.com$
RewriteCond %{HTTP_HOST} ^([^\.]+).DOMAIN.com$
RewriteRule ...
0
votes
2answers
1k views
Forward a subdomain to a subfolder and preserve subfolder's .htaccess mod_rewrite rules
I have a standard LAMP setup and I'm trying to make subdomains automatically work as long as the appropriately-named folder exists.
If you're familiar with MediaTemple's GridServer shared hosting ...
3
votes
3answers
265 views
RewriteRule for subdomains
I have a problem with my rewriterule in my .htaccess
To begin, i have a wlidcard on my website (*.site.com)
Here is the path of my website :
/home/www/static/
/home/www/home/
/home/www/.htaccess
...
1
vote
1answer
592 views
Wildcard Subdomains to pass subdomain value to a script
I have a project im working on, when a user tries to accesses x.website.com it would show results for a specific state, how would I go about this without making 52 subdomains manually?
Is there a ...
1
vote
1answer
273 views
wildcard htaccess
i have installed wildcard on my server , and it's working fine
i used this htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.domain\.org$ [NC]
RewriteCond ...
1
vote
2answers
2k views
Can I dynamically create subdomains (PHP, .htaccess) with GoDaddy Hosting?
I am trying to use a combination of .htaccess and PHP to create subdomains on-the-fly on my GoDaddy Hosting account. I've run into a problem of trying to modify the zone using the wildcard asterisk. I ...
0
votes
1answer
76 views
same subdomains with 2 different domains
I have 2 domains. say, domain1.com and domain2.com.
domain1.com has many sub-domains. say, sub1.domain1.com, sub2.domain1.com and so on...
I need to map domain2.com in such a way that its redirected ...
0
votes
1answer
345 views
Is possible make subdomains with wildcards without redirect (R flag)?
I think that I have configured ok the wildcards in my domain, because it works to me:
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
RewriteCond %{HTTP_HOST} ^([^.]+)\.example\.com
RewriteRule ...
1
vote
2answers
3k views
Wildcard subdomain .htaccess and Codeigniter
I am trying to create the proper .htaccess that would allow me to map as such:
http://domain.com/ --> http://domain.com/home
http://domain.com/whatever --> ...
0
votes
1answer
879 views
Wildcard subdomains using htaccess
I'm having some trouble getting the code statement beneath to work as intended. The first part of the code is all good. When a user hits example.com without 'www', he's being 301 redirected to ...
1
vote
2answers
425 views
Problem with merging wildcard of subdomains with wildcard of few sub-subdomains
I have EHCP installed because it's simple and helpful on server with few FTP accounts and websites. It's testing only server.
Problem is: I can access *.avki.zgarnijlicke.pl, ...
1
vote
1answer
1k views
mod_rewrite: url rewriting plus subdomain (wildcard) rewrite at the same time
i have two rules in my .htaccess file for url rewriting:
for subdomain rewriting: xxx.domain.com is internally redirected to file.php?item=xxx
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
...
0
votes
1answer
877 views
Is it possible to use wildcards in the .htaccess file for mass moves?
I am reworking my website, going to be renaming a lot of directories, and need a simple way to write my .htaccess redirects for all of those pages. I am hoping for a solution that does not include a ...
0
votes
1answer
2k views
Wildcard subdomains with GoDaddy giving me 404 error
I have a hosting account with GoDaddy and I enabled wildcard subdomains by adding an A Record pointing to the IP Address. However when I try opening abc.mydomain.com, I get a 404 error. I searched the ...


