0
votes
0answers
7 views

Redirect HTTPS to HTTP in Apache

Need to urgently redirect HTTPS traffic to HTTP Looked around at various options and am ending up with: RewriteCond %{SERVER_PORT} ^443$ RewriteRule ^(.*)$ http://www.namerific.com/$1 [R=301,L] It ...
0
votes
1answer
16 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
2 views

In Apache, can I redirect a requests for a subdirectory to a URL with a GET value?

I'd like to redirect a request like /agent/john to /agentPage.php?name=john I've tried adding Redirect /agent agentPage.php?name= to the local .htaccess with no luck. Is this possible?
0
votes
1answer
10 views

htaccess redirect <hostname>/?area=0 to <hostname>/

I am simply trying to redirect /?area=0 link to / .. hostname can be anything. I have tried: redirectMatch 301 /?area=0 /index.php RewriteRule ^/?area=0$ /index.php$1 [R=301,L] Also tried with some ...
1
vote
1answer
14 views

.htaccess and RedirectPermanent - Mistyped URL - How to change it? [SOLVED]

I am experiencing an issue while using RedirectPermanent in the .htaccess file. So let's suppose we want to redirect a user, using RedirectPermanent, from /contact to /contact-me. RedirectPermanent ...
0
votes
0answers
22 views

Automatic Redirection from http to https with .htaccess authentication in virtual hosting

Hi I have configured Virtual host on apache with .htaccess authentication with SSL. Its working fine when I typed url https://www.example.com:9004/test.php but when i typed ...
0
votes
0answers
9 views

why is content-negotiation not as popular as rewrite or redirect?

I am trying to grasp the conceptual differences between rewrite redirect multiviews as methods for getting urls w/o the ".html" extension to resolve properly. Right now extension-less urls are ...
1
vote
1answer
20 views

“If” tag in <VIRTUAL_HOST> of httpd.conf file checking HTTP_UESR_AGENT of apache 2.4 not working as expected

I found out from documentation that from Apache 2.3 onwards we can use tag in hattpd.conf file. But when tried following in my httpd.conf file, I am not able to get required redirection. part of ...
0
votes
0answers
15 views

modrewrite subdomain redirect with different redirect for file request

Given a subdomain foo.example.com which redirects to example.com/bar. In addition, if one enters the address example.com/foo it should redirect to example.com/bar. However, and here is the ...
1
vote
0answers
43 views

Apache .htaccess: Request exceeded the limit of 10 internal redirects due to probable configuration error

I have a problem with my .htaccess configuration on my server. Using a combination of many pieces of advice i have found on here and my own limited knowledge i have put together a .htaccess file that ...
1
vote
2answers
57 views

How to redirect an old domain name to a new domain name while keeping the old domain name visible in the address bar of the browser?

I'm trying to redirect an old domain to a new subdomain, while trying to keep the old domain visible in the address bar of a browser. I used htaccess to do it and everything works except keeping the ...
0
votes
1answer
32 views

Apache: redirecting from one url to another with query param

I have one server that serves two domain: www.a.com and www.b.com I am having apache and tomcat running on the server. I want to redirect every request from www.a.com to www.b.com. I want to redirect ...
0
votes
0answers
3 views

Redirection Port Apache or CGI

I want to redirect one Apache server to another Apache server. IP of server are same but port changed. I want to redirect: https://192.168.1.1:8080/cgi-bin/mypage.cgi to ...
0
votes
1answer
19 views

Redirect/htaccess without folder name

I have a simple issue in redirecting a web site folder link. I have a main domain and lets say ABC.COM and I have a another subdomain XYZ.com. I have XYZ.com in the document root folder of ABC.com and ...
0
votes
0answers
7 views

2 Application Server 1 URL

I have 2 physical that have Application Server Ex. http://host1.domain/MyApp , http://host2.domain/MyApp And I have another server I want to set http:/applicationserver.domain/MyApp and this URL ...
1
vote
1answer
21 views

apache vhosts https/ssl subdomain always redirected to main non-https page

my vhosts configuration file looks like this <VirtualHost *:443> ServerName api.example.com DocumentRoot /var/www/example.com/live/api/ <Directory ...
0
votes
0answers
14 views

htaccess Moble Redirect Issue from outside site, direct OKAY

I am needing help with the mobile redirect. I have two htaccess, one for primary domains and ones for mobile domains (m.domain.com) So redirect OK if go type domain direct URL browser field. But no ...
0
votes
2answers
19 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$ ...
-1
votes
1answer
34 views

Deprecation of PATH_INFO .htaccess rule broken [closed]

Recently my hosting provider has been updating their apache systems to 2.4.4. In Doing so it has caused my expression engine site to break because i now need to force query strings to get the site ...
0
votes
1answer
16 views

mod_rewrite changing address bar for no reason

I have an .htaccess file and when ever i type www.example.com/demo/index.php it keeps redirected me in a loop. I'm really confused as to why this is happening. # Do not remove this line, otherwise ...
0
votes
1answer
35 views

How do I htaccess redirect index.html to index.php and index.php to /

I recently changed my index.html to index.php - I want to be able to do a redirect to reflect this, and then also a rewrite that forces foo.com/index.php to just be foo.com/ and have it access the ...
0
votes
0answers
9 views

Web mirroring detection by analysing Apache/IIS log file

Since Web mirroring is having an exact copy of another site,it can be used by phishers to have users entered their credentials in the mirrored site. Some times they redirect users from the legitimate ...
0
votes
2answers
29 views

Multiple Domains to Display Content from Landing Pages on Another Domain

We have created a bunch of landing pages on a Joomla CMS system, such that the URL for each landing page is www.domain.com/page1.html and www.domain.com/page2.html, and so on. Of course the ...
0
votes
1answer
17 views

Apache, redirect directory but keep sub-directory un-redirected

In Apache, is it possible that I can redirect a directory on my website to a new address, but keep sub-directories un-redirected? For example, I wish to redirect accesses to files under ...
-1
votes
1answer
33 views

How to rewrite and redirect at the same time

Let's assume there is a example.com (working on apache) and we have a subdirectory called "sub"(example.com/sub). Is it technically possible to configure .htacess to rewrite http://example.com/sub/ to ...
0
votes
1answer
37 views

404 page redirect to previous directory

I need to redirect to previous directory when user encounters an 404 error. For example if page www.examplesite.com/aaa/bbb/ccc/page.html is not found, I wound user to redirect to ...
-3
votes
0answers
40 views

Your homepage is not returning a 200 (OK) http status [closed]

My script seams working but google can not index pages. 500 error The google bot gives me the folowing report "HTTP/1.1 500 Internal Server Error Date: Tue, 16 Apr 2013 10:38:16 GMT Server: Apache ...
-1
votes
0answers
13 views

Redirect to different IP [closed]

I have just moved a site from one Apache server to another. Because of DNS caching issues, my client can't see the new site live as yet until their ISP updates the DNS records. The domain name remains ...
-1
votes
0answers
59 views

Redirect My IP Address to XAMPP (Apache Server, Localhost) [closed]

I have come to ask for help after hours of digging info on the net but still without a response :/ I am currently running xampp on my pc where it is hosting a website being created by me hosted by ...
0
votes
1answer
24 views

Redirect 301 is not working inside an alias

I've got an alias on my site set up as follows: Alias /docs /var/www/data/www.domain.com/docs <Location /docs> Options FollowSymLinks Header ...
0
votes
1answer
22 views

Apache Basic Auth Hide user details in history

I'm working on a way to login into a password protected page using http://USERNAME:PASSWORD@Domain.com/protected.html I have a form where the user inserts then Username and Password, then on submit ...
-1
votes
1answer
126 views

.htaccess laravel force www for http and https [closed]

I am using Laravel and i am having issues with redirection. What i am trying to achieve: http://domain.com redirects to http://www.domain.com http://domain.com/order redirects to ...
0
votes
0answers
40 views

redirectMatch is loosing 1 slash in “http://”

I'm using redirectMatch to get rid of TimThumb query string in thumb's link - Facebook API doesn't allow query string. I'm using: redirectMatch 301 ^/thumb/(.*)$ ...
0
votes
1answer
102 views

Redirect all traffic to one sub-directory with httpd.conf

I have a httpd.conf file with many domains configured on my server. I need to redirect an old directory on just one website to a new directory. Basically, when a user accesses any page in the dir ...
-1
votes
1answer
14 views

How to redirect using .htaccess

I need to redirect all traffic like the following: mydomain.com/a/b/c => www.mydomain.com/a/b/c All url info should be reserved and only domain is modified. Thanks. Sam
1
vote
1answer
46 views

.htaccess: Redirect user to specific page if he accesses directory

I'm currently working on ironing out some little problems with my website and prep it for SEO a little bit. I followed Google's SEO Optimization guide and found this quote: Consider what happens ...
2
votes
1answer
56 views

Apache RegEx Redirect Not Working Properly

I am attempting to use the following redirect code in my httpd.conf apache folder, however, every time I use it and try to connect to http://www.worldofclucky.net/fOrum it pulls up an error page ...
0
votes
1answer
35 views

Using Apache RedirectMatch in an SSL Vhost

I would like to: redirect https requests for / to /sweetApp/ redirect all http requests to https after the redirects, proxy requests to an internal ip address I have set up these vhost rules. The ...
0
votes
1answer
31 views

Rewrite_mod Redirect http://localhost/ to http://localhost/home/

I can't seem to find any information on how to achive a rewrite to redirect http://localhost:8888/ to http://loclahost:8888/home/ I tried: RedirectMatch ^/$ http://localhost:8888/website/home/ But ...
0
votes
0answers
26 views

Getting 403 forbidden error for specific domain

I have a website configured on a IP address say 123.123.123.123 and I am trying to re-direct 4 domains to this IP address using windows HOSTS file. So the entries in my hosts file is something like ...
-2
votes
1answer
33 views

Redirecting 400 URLs with Apache [closed]

I need to permanently redirect about 400 URLs. What's the best way to go about it? The most obvious solution would be to add 400 lines of "Redirect 301 old-url new-url" to .htaccess. Is there a better ...
-1
votes
1answer
16 views

HTACCESS apart from specified directory [closed]

I currently have a RewriteRule setup so that anything after the domain gets passed as a variable to pages.php RewriteEngine on RewriteRule ^([^/\.]+)/?$ pages.php?alias=$1 So for example, ...
0
votes
2answers
45 views

Install drupal in a directory beside an existing website

I want to Install a drupal website on the server in a subdirectory to use some of it's features for my main website, I dont want the installation affect the current website in any way. the actual ...
-1
votes
1answer
71 views

What does RewriteOptions inherit in htaccess file do? [closed]

I wanted to add some configuration especially directoryindex in htaccess file to specify the first page to load upon url request to my site but i found one line that was already present there..so i ...
-1
votes
1answer
21 views

htaccess redirect all except 10 pages [closed]

I am trying to write a .htaccess rule to redirect all pages from 1 domain to another except 10 which do not get redirected at all. Is this possible?
-1
votes
1answer
59 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
vote
1answer
137 views

htaccess redirect subdomain to domain magento store

There is a shop on Magento - site.com. There's also a store views on subdomains, such sub1.site.com, sub2.site.com, sub3.site.com. Everything works fine but the theme set by bit does not work on ...
0
votes
0answers
29 views

Rewrite/redirect page with Apache and Django

I would like to ask question about Apache and Django on Ubuntu. I need to make a redirect or rewrite rules on the home of a site on a specific page, but without this redirect is displayed in the ...
1
vote
1answer
35 views

Using HTACCESS to rewrite index.html AND redirect http://site.com to http://www.site.com

In .htaccess I see how to rewrite /index.html to point to the main domain: RewriteEngine on RewriteCond %{THE_REQUEST} ^.*\/index\.html?\ HTTP/ RewriteRule ^(.*)index\.html?$ "/$1" [R=301,L] I also ...
0
votes
1answer
24 views

Nead help modifing this htaccess code please?

A while back with lots of help I put together this code and added exclusion for my addon domains. These are separate domains with their own folders sitting in the public_html. The server treats them ...

1 2 3 4 5 22