1
vote
1answer
23 views

Apache vhost rewrite goes wrong with existing folders

I want my vhost to rewrite urls such as: http://dev.example.com/cool/story/bro To: http://dev.example.com/index.php?url=cool/story/bro Unless specifying an existing file such as: ...
0
votes
0answers
9 views

mod_rewrite based on current HTTP_HOST and HTTP_REFERER

Is it possible to make such check with htaccess mod_rewrite - If a referer domain is example.com and current host is www.example.com then redirect the user to example.com domain. The meaning is to ...
0
votes
1answer
6 views

configure URL access control for domains using .htaccess or other methods

I am having a scenario as following: For example,I have a website http://www.MyWebSite.com, and I have setup another subdomain http://image.MyWebSite.com. In Apache virtual host setting, they are ...
0
votes
0answers
23 views

htaccess redirection with PHPSESSID

Could anybody help me with redirect using htaccess I'd like to do : www.some site.eu/?p=73&PHPSESSID=8448afcfa47802a65d8f451b14262b45 for any content p and different PHPSESSID to redirect ...
0
votes
0answers
30 views

Conflict with 3 different RewriteRules in .htaccess?

I'm using the below in my .htaccess file. There 3 types of redirects: redirect to directory /admin/index.php redirect to specific .php files e.g. /about redirect to user profile page from /John ...
1
vote
1answer
15 views

htaccess get folder one level below

I have some folders in root of my server: css/ js/ gfx/ new_www/ ... and some more. Assuming that I want in folder new_www copy of current page, but force it to use some things from root folder ...
1
vote
1answer
24 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 ...
-1
votes
1answer
17 views

wildcard 301 redirect to ignore variable in url

Instead of writing a simple redirect for all my old product urls, I need a rewrite rule to redirect several links with very similar urls that are only different by one numeral that is separated by ...
1
vote
1answer
25 views

500 server error with hiding .htm and .html file extensions on non-existing files

Need to improve this rule. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) /$1.htm [L] Per my hosting company: The reason for 500 errors on non-existent ...
0
votes
0answers
19 views

iE6-9 no show correctly piecss3

Hi I am using the web to display correctly in Internet Explorer. But it does not work, I have this in the css: #todo { background-image: linear-gradient(top, rgb(242,246,250) 21%, ...
0
votes
2answers
22 views

Apache: .htaccess ErrorDocument up one level?

my site structure like this: - pages 404.php 403.php - app /css /-script index.php .htaccess in my .htaccess if I type ErrorDocument 403 /403.php and put 403.php inside ...
0
votes
1answer
22 views

htaccess restrict folder access based on domain

I have a web setup where there are multiple sites under one directory... and one media folder containing images for each site... www.domain1.com/media/domain1.com/ www.domain2.com/media/domain2.com/ ...
0
votes
1answer
15 views

apache(php) changes .htacces chmoding and chowning. Track down the script/hole

I have virus on my site: It's behaviour is following: I have .htaccess file on my site. I set 444 to it and as owner:group site:site. But after some time it becomes owned by apache:apache and chmod ...
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 ...
0
votes
0answers
13 views

htaccess auth to a subdomain

I have a problem with .htacess. There is a CMS what managing the subdomains. I would like to add http auth one of these (sub.site.com). Because the CMS manage the subdomains i cant add the config ...
0
votes
1answer
23 views

Getting 500 Server Error with RewriteEngine On

I am trying to do some basic .htaccess file stuff and it will not allow me to use RewriteEngine On. Can anyone help? Here is the .htaccess file RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d ...
0
votes
1answer
11 views

SSL redirection based on folder and domain

This seems like such an easy thing, yet I am having such trouble with it. I have a development server and a live server, I push, via git, from the dev server to live server once changes are tested ...
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
14 views

multiple directory rerouting with rewrites

I'm trying to rewrite multiple directories for my app using .htaccess All requests are processed via the 'app.php' file in my 'Web' directory which works absolutely fine but I've got my assets ...
1
vote
1answer
12 views

Htaccess change hyphens to underscores

I have changed the structure of my links and am trying to 301 my old links to the new links to stop them all getting 404s Old links ...
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
31 views

Rewrite rules with a broad match plus exclusions

I have redesigned my site and the way the links are structured, they used to be structured like so www.domain.com/firstvariable/secondvariable Now they are like ...
-1
votes
0answers
16 views

I need to host lithium project in godaddy hosting [closed]

I have developed an application in lithium PHP framework and I have a hosting provided by godaddy.com with apache server on linux platform. I need to host my app now.. I think i have to change ...
0
votes
1answer
20 views

About using Rewriterule .? & {REQUEST_URI} variable to redirect all old domain to new

Is it correct to use RewriteRule .? http://www.newdomain.com%{REQUEST_URI} [L,R=301] to redirect all pages from old domain to new domain (including 404)? I have it in one of my htaccess. It works ...
1
vote
0answers
11 views

Exclude directory from browser caching with .htaccess

I have a .htaccess file that handles the browser caching. I set the rules with file extensions. How can I modify the following snippet to exclude a specific directory from the browser caching? ...
0
votes
1answer
18 views

RewriteRule not writing at all in .htaccess for Windows (Apache)

Problem I´m using a tutorial to learn to use Zend Framework. I can´t get past the "make sure .htaccess is working" part. I understand that there are PLENTY of questions about this for windows, and I ...
0
votes
0answers
30 views

.htaccess rewriting to another folder

My application has a .htaccess file within the root which rewrites all requests to the www_root/$i folder. Inside of the www_root/ folder I have another .htaccess file which rewrites all requests to ...
0
votes
1answer
14 views

How do I block a bot from a specific directory

I am getting an insane amount of requests from web crawling bots for files in the /cachecp/ directory on my website (the directory doesn't exist on my server, but I assume it is hacker bots looking ...
1
vote
0answers
18 views

.htaccess redirect https://domain1.com to https://domain2.com

We have domain.com and domain.com.au pointing to the same website and currently have the following in our .htaccess RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ ...
1
vote
1answer
32 views

using htaccess to remove .php from URL

MY URL: http://localhost/test.php I am using: .htaccess: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php?url=$1 ...
1
vote
1answer
9 views

.htaccess error document using html fragment - not working, but why?

Can anyone help me with this? I am trying to direct error codes to error.html#401 etc. As an example, when you go to http://www.interimspaces.co.uk and click the link under email invitation, if you ...
0
votes
1answer
37 views

htaccess redirect not working in Chrome or other browsers

I am hosting a separate site in a subfolder. The rules I have set up in my .htaccess file are as follows: RewriteCond %{HTTP_HOST} www.example.com RewriteCond %{HTTP_HOST} example.com RewriteCond ...
0
votes
2answers
31 views

How can I make the server not log (store) user IP and User Agent?

I want to provide privacy to my visitors by not logging the IP or useragent. I have tried to use the .htaccess for this but can't get it to work, for example with SetEnvIf Remote_Addr "*" dontlog ...
0
votes
0answers
24 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 ...
1
vote
1answer
17 views

Remove appended `-1` from folders and files

I have hundreds of URLs that have been indexed by Google and I need to resolve and redirect them. The pattern is like this: www.mydomain.com/en/decor/somefolder-1/somepage-1.html?p=4 ...
1
vote
1answer
36 views

flexibility in .htaccess for mod_rewrite rules

i would like to redirect my old php files to new seo friendly ones: user.php?user=$var1&task=$var2 -> url/$var1/$var2 There are 2 problems. $var2 is not set every time, so i do not know how to ...
1
vote
0answers
25 views

chmod seems to have no effect on php files or clarifying permissions handling

I recently switched from using .shtml files for my webpages to using .php files. After figuring out how PHP handles directories, everything seemed to work fine. That is until I realized file ...
0
votes
0answers
16 views

asterisk in base url returning 403

Ok, so I have a rewrite rule to allow all characters in my url, but when I put in an asterisk, apache is returning a 403 error. RewriteRule ^/?(.*)$ index.php?user=$1 [L] The interesting thing is ...
0
votes
1answer
11 views

Redirect all traffic from one folder to another

I have a blog hosted at say domain.com/site but have built a new website. I want to redirect all traffic from domain.com/site/anything to domain.com/home/ so that any traffic going to any page or ...
0
votes
2answers
9 views

Url rewrite fails - Internal redirects

I'm trying to rewrite xxx.com/test to xxx.com/pages/test.php (And so on) I've made this code RewriteEngine on RewriteRule ^(.*) /pages/$1.php This does not work and Apache gives me this error ...
0
votes
1answer
59 views

.htaccess, Laravel & Ikonboard

I have to admit, creating mod-rewrite rules still confuses me! So, I'm after some help please... I've taken on a site built in Laravel, but now need to add an existing forum into the domain. The ...
36
votes
10answers
2k views

How to Block 100,000+ Individual IP addresses

Introduction How do you Block large number of IP address from your web application/server. Obviously that can easily be done in PHP or any programming language $ipList = []; // array list or from ...
1
vote
2answers
2k views

How to remove 'Parent Directory' link from root folder in Apache directory listing

How can I allow directory listing in Apache for a specific (root) folder and its subfolders, but without showing a link to parent of that root folder. When user is in a subfolder, the 'Parent ...
-2
votes
4answers
1k views

htaccess for own php mvc framework

Good Morning, I'm building my own php framework. I would want that all request pass to index.php file except request to js css jpeg, jpg, png file. So I want that a module independently to others has ...
0
votes
1answer
94 views

.htaccess using with codeigniter causes controller to be called as many times as missing pictures

Hello guys can you please help me with this problem. When a simple image (.png for example) is not found on the server. htaccess redirects it to my controler and it gets called as many times as ...
2
votes
1answer
67 views

URL Rewriting, many “folders” to variable

I am rewriting some url on my website, and I get a problem with my second rewriting rule: RewriteRule ^(fr|en)/(home|works|contact|service)$ /index.php?language=$1&page=$2 [L] When I try to ...
4
votes
2answers
3k views

.htaccess config with symbolic links and index files not working as expected

Like a lot of web developers, I like to use .htaccess to direct all traffic to a domain through a single point of entry when the request isn't for a file that exists in the publicly served directory. ...
1
vote
2answers
839 views

where to place htaccess file for php MVC

I'm building a php MVC application from scratch, that is I'm building my own framework as a part of a project. I read tutorials and it says that i have to modify the htaccess file and include it in ...
2
votes
2answers
2k views

Problems with codeigniter on ubuntu

I’ve got Codeigniter on Ubuntu 10 (LAMP). I have an htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /dort #Removes access to the system folder by users. #Additionally this ...
10
votes
4answers
18k views

keep alive feature in .htaccess

i want to use keep-alive feature of apache how can i use that with my host (.htaccess) and what should be the best values for the parameters like KeepAliveTimeout Thanks

1 2 3 4 5 100