0
votes
0answers
13 views

How to transfer every url of my site to https excluding one subdomain?

So I have already transferred all of my site's subdomains and domain name to (https) automatically using .Htaccess. The code I've used to do that is as follows: RewriteEngine On RewriteCond %{HTTPS} ...
0
votes
0answers
15 views

Apache: Password Protect Multiple URL Paths

I need to set up HTTP authentication for multiple URL paths (not actual directories). I have a WordPress installation with a couple of pages that have sub-pages and attachments, all of which fall ...
1
vote
1answer
20 views

Convert path queries to url variables with .htaccess?

I want to convert an entity query like 'http://www.mysite.com/users' to 'http://www.mysite.com/entities.php?entityName=users'. How to make such a rewrite rule? Or what should I put into my .htaccess? ...
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
1answer
27 views

Redirect subdirectory to 404 page with status code

I am trying to redirect a subset of pages that have been removed from a website to a specific 404 page using htaccess. I currently have this rule in my htaccess: RewriteRule ^de/Engineering.*$ ...
0
votes
2answers
40 views

TYPO3 Force HTTPS in FE

I have two domains pointing to the same website, domain A and domain B. I want: Domain A to be accessible via HTTP (works fine out of the box) Domain B to redirect all requests to HTTPS. Basically ...
-3
votes
0answers
41 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
vote
1answer
41 views

Redirect single page http to https

I'm trying to redirect a single page from http to https using .htaccess, but I keep getting a redirect loop error. Code: Redirect /secureform.html https://www.example.com/secureform.html However, ...
0
votes
1answer
21 views

Forbidding external domain access

Question: I would like to allow only my website's form; <form action="link" to navigate to www.domain.com/link when my form is submitted. But to deny direct access to the URL www.domain.com/link. ...
0
votes
2answers
94 views

Magento Redirect https to http home page

Google has indexed the home page of my website with https. But I need to redirect https to http only this page. I'm using Magento and today I have a rule that removes the htaccess www of my domain. ...
-1
votes
3answers
29 views

htaccess rule not working [closed]

I have WordPress installed on www.marcou.it/wp, and I would set it as the default directory. So if I type marcou.it, the browser has to show me WordPress. I have set these rules: RewriteEngine On ...
0
votes
0answers
57 views

Setting gzip compression by htaccess

I've a problem getting the html/css/js files compression working using gzip on symfony 2.1.7. I've found the .htaccess file in the web folder, but don't know how to modify it. Can anyone guide me or ...
-1
votes
1answer
33 views

htaccess RewriteRule works on http:// but not on https:// [closed]

i have this in my htaccess file : RewriteRule apply/affiliate/leadcheck /index.php?option=com_loans&task=dedupe&format=raw [NC,P] it works perfect when i call it via ...
-1
votes
2answers
24 views

How can I authenticate access to a web application running in its own webserver? [closed]

Say I'm running any frontend without authentication capabilities like Kibana and wish to restrict access to it. My current solution is running an apache server with an .htaccess authorized iFrame to ...
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 ...
0
votes
0answers
28 views

htaccess: who to redirect http to https im my case?

I have to modify two .htaccess files. The first is in var/wwwand the second in var/www/mysite. In var/www is the index.php for User-Login. After successfully login the user will be in var/www/mysite ...
0
votes
1answer
273 views

X-UA-Compatibility with HTTP Header

actually i'm having a problem with a website in IE which is not on intranet and the "always show pages in compatibility mode is not activated" but it still opens in quirks mode sometimes, despite ...
2
votes
1answer
68 views

http to https using htaccess leaves site menu without dropdowns

I have added an SSL certificate to my site on WordPress. When I added the following code to the htaccess file I lost the dropdowns in my navigation menu and different things happened in various ...
0
votes
0answers
25 views

Htaccess weird redirect issue

I want to change the protocol of three specific urls from "http" to "https". But, my redirections aren't working. Is there something that I'm fundamentally missing? The process: When I'm running the ...
1
vote
0answers
33 views

Use .htaccess to show different users different pages (via redirect or otherwise)

I am trying to create an event website with very rudimentary authentication and to show different content to different users. Two types of users: guests and specialguests. I'm trying to figure out ...
2
votes
1answer
100 views

.htaccess deny from all BUT server

I have a directory structure in which my "private" (bin...) folders are in the same directory as my public HTML (I can't elevate them above that due to a conflict with another site.) I'm trying to get ...
0
votes
1answer
108 views

Redirect specific page to HTTPS with HTACCESS

i have this URL http://www.mysite.com/checkout/payment, well, i created a file htaccess to redirecting this page, when the URL is different of 'checkout/payment', the URL turns into a normal http. ...
0
votes
0answers
33 views

.htaccess & including https://www to all addresses (sub-domains included)

Tried various solutions but either they have not worked or worked fully. The below also doesn't work as needed. Providing for those who may know how to help. Want all addresses subdomain or regular ...
0
votes
1answer
76 views

Hidden redirect http to https with .htaccess

I need to redirect a http page to a https and make it hidden, like: http://www.example1.com -> https://www.example2.com So example1 is always visible in the URL bar, and example2 is hidden. Will ...
2
votes
2answers
415 views

htaccess for Leverage browser caching not working

I am having issues with Leverage browser caching. I have created this .htaccess file and am using it on my server but it doesnt appear to be working, i copied this from here ...
0
votes
0answers
125 views

htaccess redirect if domain not equals to .. And domain doesn't equal to

I'm trying to put both conditions in one line.. I want to change domain name to example.com if visitor came from any another url except for exampl2.com that means if i came from ...
0
votes
1answer
55 views

Multiple Conditions in .htaccess

I'm trying to redirect images on my server to a url, if the user client is NOT A BOT. So far I have: RewriteCond %{HTTP_USER_AGENT} "Windows" [NC] RewriteCond %{REQUEST_URI} jpg RewriteRule ...
1
vote
1answer
145 views

redirect a post request in IE using 307

i have a serious issue with our beloved Internet Explorer. i have the following redirect: RewriteRule ^add/(.*)/$ /_ucp/moduls/$1/add/add.php [L,R=307] R=308 causes a complete server crash, don't ...
0
votes
2answers
51 views

how to remove parameters from url when using dynamic href?

passing parameters using $n=isset($_GET['page']) ? (int)$_GET['page'] : 0; echo('<a href="?page='.($n+1).'">Next</a>'); hence the url is: home.php?page=2 how to remove parameters ...
-1
votes
1answer
28 views

Redirecting old RewriteRules htaccess/php [closed]

I have recently updated a website I own and needed to re-structure links to make them more consistent and friendlier for SEO purposes.. So, now i want to redirect the old rewriterules so that the ...
1
vote
2answers
651 views

.htaccess http to https redirect [closed]

I am currently using the following htaccess to redirect my site to https and www if not already using it. RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ ...
0
votes
1answer
60 views

Site is redirecting from http:// to http://http// (no colon)

We are transferring servers tonight, and we started the process. The new DNS has resolved and everything, but if you type in the site name localreviewengine.com. It kicks it to ...
5
votes
2answers
140 views

.htaccess Deny All But POST Not Working With Objective-C

I have been looking around for ways to deny all HTTP methods but POST. Yes i realize this might not prevent much but i would like to make it work. I came across a way to deny all but post using the ...
0
votes
1answer
187 views

Htaccess Regex - Redirect for urls with plus and percent characters

When a URL contains a + or % character, I want to redirect that URL to a php redirection script I have written. Regex (.+)(?:+|%)(.*)? works and finds any URLs that contains + or % but it wont work ...
0
votes
0answers
52 views

redirecting https to http [closed]

I have not buy ssl certificate. When i try to go my site with https something redirects me to adress https://www.olmasigereken.com/~olmasige/ Firstly, where is /~olmasige/ coming from? Secondly, When ...
0
votes
1answer
38 views

How to redirect from HTTP to HTTPS

The desired URL is https://www.mysite.com I'd like to redirect all the followng URLs to be like the above URL. Bad URLs: https://mysite.com http://www.mysite.com http://mysite.com mysite.com And ...
0
votes
0answers
75 views

htaccess rewrite www to non-www https [closed]

I need your help to solve two rewrite issues: How to rewrite all www.mydomain.com and https://www.mydomain.com to be https://mydomain.com How to rewrite www.mydomain.com to http://mydomain.com ...
1
vote
1answer
245 views

HTTPS to HTTP htaccess redirect for home page only

I need help being able to redirect the home page of a website I'm building from HTTPS to HTTP. The website I'm building is using cart 66 and unfortunately when the site redirects back to the home ...
0
votes
1answer
41 views

How to let direct traffic visit my site

I'm using this code in my htaccess file to only allow people that are referred from the domain of our choosing to visit our site. However, is there a way we can allow people that type in our domain, ...
0
votes
2answers
159 views

Forcing HTTPS over HTTP

So I want to force the user to access the https version of my page rather than the http. And according to this post all I have to do is this: RewriteEngine On RewriteCond %{SERVER_PORT} 80 ...
0
votes
1answer
155 views

Ban IP by hostname?

Any way to deny access to our site via the hostname an IP resolves to? For example: 109.163.233.200 resolves to wau.torservers.net , and we don't want anyone access our site with a hostname that ...
0
votes
0answers
120 views

http authentication issue on iframe

I have an HTML file with 2 links http://versionplus.in/pass/new.html, both links are in an iframe to load the contents inside the iframe. I have two protected directories one on the same server and ...
2
votes
0answers
35 views

htaccess throwing indefinite redirects [closed]

Am trying to have my page redirected to the https using htaccess. At the same time I want that other pages should work on http. Following is my .htaccess code. Options +FollowSymlinks RewriteEngine ...
1
vote
1answer
105 views

HTTPS to HTTP for all but a few pages and scripts

I'm trying to help a friend whose client knee-jerked her whole site into SSL after a hacking attempt. It's wreaking havoc w/ her SEO, causing duplicate pages to be indexed, bleeding PageRank where old ...
1
vote
1answer
2k views

Https to http redirect using htaccess

I'm trying to redirect https://www.mydomain.com to http://www.mydomain.com. I tried the following code in the .htaccess file RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain\.com$ [NC] RewriteRule ...
2
votes
2answers
245 views

Redirect a specific page from http to https in wordpress .htaccess

I need to redirect only one page in my wordpress site from http to https. I searched online but none of the solutions seem to work. This is the code I have in my .htaccess file: # Redirect to force ...
1
vote
1answer
134 views

Move a wordpress blog, redirect all old indexed links to subdomain

I have a wordpress blog at 'mydomain.com' and I want to redirect everything on it to a new subdomain 'old.mydomain.com' so I can start over from scratch with static blogging (scriptogr.am). What's the ...
2
votes
1answer
28 views

Force SSL except on the homepage index.php using .htccess

I want to force every page on my website to use SSL (https) except the homepage index.php using .htccess
1
vote
1answer
230 views

How to fake a url?

I have a url as http://mydomain.com/levels/home?mode=48bb6e862e54f2a795ffc4e541caed4d. I need to make fake url of above url. When I type a url http://mydomain.com/medium in address bar of browser, ...
0
votes
2answers
78 views

Process all http request in one file [closed]

I want to process all http requests to my website at a single file and then I will redirect or load the page accordingly.. For Eg. mydomain.com, mydomain.com/abc.php, mydomain.com/temp/xyz.php ...

1 2 3 4