A .htaccess file is a directory-level configuration file used to override a subset of the web server's global configuration.

learn more… | top users | synonyms

2
votes
3answers
232 views

Removing index.php but leaving subdirectory

We're working on a site that has Wordpress installed as the main CMS. EE is installed in subdirectory, and I am wanting to remove index.php. Everything I have tried removes both index.php and the ...
0
votes
3answers
533 views

Too many redirects when forcing https on a template group

I'm having some trouble with forcing https on a given template group. If I use the following, I get the "too many redirects" error. If I comment out my "force SSL" conditions, everything else works ...
0
votes
2answers
43 views

htaccess/redirection madness

Trying to access a google file on the server which is at http://www.norland.co.uk/googled096ea11cba5b121.html This is an ExpressionEngine build. My htaccess rules as follows: RewriteCond ...
0
votes
1answer
9 views

Clean 301 redirects using an .htaccess that also removes index.php

I've got a somewhat standard .htaccess for removing index.php from my EE1 URLs: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/$ [NC] RewriteCond %{QUERY_STRING} ^(utm_source=.*) ...
0
votes
1answer
21 views

Too many redirects error (htaccess)

I recently got an SSL for my website and I'm trying to set up a htaccess so whenever someone joins the site it automatically takes them to the secure version of the site, but whenever I upload my ...
0
votes
1answer
129 views

SSL Subdomain Staging Site in Subfolder is Resolving Webroot Instead

I'm trying to set up a staging subdomain in a subfolder under the webroot of the main production site for testing and deploying changes for a EE e-commerce website. I hope one or two of the more ...
0
votes
1answer
134 views

URL Redirecting Issues

We are running expression engine v2.7.2 and the issue we seem to be having is that URLs are redirecting to the segment 2. ex. 1 http://www.website.com/pagedoesntexist - displays 404 error ex. 2 ...
0
votes
1answer
78 views

Channel image and htaccess redirection

I'm working on a multilingual site.. Everything is working except Channel Images from DevDemon.. there is some infos and the structure -root |-index.php |-fr |-index.php |-htaccess (fr) |-en ...
2
votes
0answers
20 views

Remove 'home' folder from home page url

I have a url like this www.example.com/home/ and I cannot get rid of the home folder from the URL. The best I can do results in which causes the page to crash. I've been working with the htaccess ...
1
vote
0answers
119 views

Does Throttling affect “good” bots negatively?

Throttling limits, "the number of page requests by a single IP address within a given time interval." In the ebook Securing ExpressionEngine 2, Mark Huot writes that, "[Throttling is] one of the first ...
0
votes
0answers
43 views

After removing index.php from URL, pages on the host server are being displayed instead of the pages that were created in EE

I wanted to remove the index.php the shows up in the URL. I used this guide: https://ellislab.com/expressionengine/user-guide/urls/remove_index.php.html The 'index.php' is removed but some pages are ...
0
votes
0answers
22 views

help: renamed index.php not working

I just moved a site to a new server. In General Config the site index page is set to: rafting .htaccess contains the following... <Files rafting> ForceType application/x-httpd-php ...
0
votes
0answers
27 views

Pointing a domain to subdomain

Hi I have a site running EE on an Apache server using MSM. We have the main site domainA.com which is working fine and there is a subdomain set up for the second site fr.domainA.com which again is ...
0
votes
0answers
74 views

Site error when using www. in the URL

I'm completely running stuck at the moment. In first place I had an issue that if I typed www.mydomain.nl, the user always was redirected to mydomain.nl. No idea why and I wanted to force the user to ...
0
votes
0answers
128 views

search and login redirect to home page

All of a sudden my search and member login forms always redirect to the home page rather than the redirect url or search results? Any advice what's up? {exp:member:login_form ...
0
votes
0answers
28 views

Expressionengine multilangual htaccess

Having a hard time getting a multilingual site to work ( not complete getting the htaccess syntax) folder layout root - /en - /ar My htaccess is interfering with some of the system act links as ...