0
votes
1answer
10 views

Redirect specific get variable to other folder. htaccess

days ago I seek the solution in tutorials, manuals, forums, ... Still can not find the solution. I have the following url: www.example.com/?unsubscribe=31234242424 I need to redirect to: ...
0
votes
0answers
11 views

301 Redirect URLs that contain “index.php?”

I'm trying to redirect URLs based on the following example: From domain.com/index.php?/about To domain.com/about The old links are from a CMS that no longer is installed. A normal 301 redirect ...
-1
votes
0answers
16 views

mod rewrite - remove “index.php” from url

I have this site that a friend wanted me to my host for him, but the links dont work, because it uses some mod-rewrite rules in the .thaccess file (i really dont know how those things work...) and i ...
0
votes
1answer
11 views

.htaccess redirect any subdomain *.domain1.com to *.domain2.com

I want to redirect every subdomains of domain1.com to domain2.com foo.domain1.com -> foo.domain2.com baz.domain1.com -> baz.domain2.com bar.domain1.com -> bar.domain2.com etc
0
votes
0answers
27 views

Request exceeded the limit of 10 internal redirects due to probable configuration error?

I am running a wordpress based website. When I activated my error Logs on server. I am getting the following error. Thousands of times in a day. AH00124: Request exceeded the limit of 10 internal ...
-1
votes
1answer
21 views

Rewrite rule - redirect dinamic url to a subdirectory without loop

I have these possible path to images: /media/thumbnail/img.jpg or /media/thumbnail/product/img.jpg or /media/thumbnail/product/some-text/img.jpg All have to be redirected to: ...
1
vote
1answer
17 views

Continuous redirect loop

I am trying to create a URI alias for mypage.php named "mypage". Any requests made to the mypage.php should be redirected to the alias. My .htaccess looks like this: # Mapped aliases RewriteRule ...
0
votes
0answers
12 views

How to convert Dynamic URL to Static URL - So that the PHP Sends an URL to browser and .htaccess converts it and sends its back to the PHP

I am new to .htaccess, I tried googling every questions I had on .htaccess to understand. I found few tutorials, but I am couldnot understand anything. First Question: What is the difference between ...
0
votes
0answers
11 views

RewriteRule for language not working

I currently have some redirect rules for displaying database content for each requested page: RewriteEngine On RewriteCond $1/$2 !-f RewriteCond $2 !-f RewriteRule ^(de|en)/(.*)$ ...
0
votes
2answers
21 views

How to hide a directory within URL call

I don't think what I want can be done, but I thought I'd try here .. maybe someone can think outside the square for me... I have installed wordpress on my domain at /wordpress. I will eventually ...
0
votes
2answers
29 views

Rewrite to www AND https for multiple domains not always working

Our platform can be access by multiple domains (one per language/brand). For all domains we force www. and https://. We do this with one .htaccess file containing following code: RewriteEngine On ...
0
votes
1answer
14 views

How to avoid apache transfering urlencoded chars to lowercase when doing a 301 redirect

I ran into this problem when I tried to redirect all contents from one site to another. My http server is apache, and Im using mod_rewrite to do the job. So I added these codes to httpd.conf: ...
0
votes
0answers
15 views

Redirect one page only once in htaccess

Redirect one page onlye one time, not 2nd time, then again on 3rd time but not 4th time. I am not sure this kind of stuff is possible in htaccess or not, but I really need to get this done.
0
votes
0answers
16 views

Change part of dynamic URL in .htaccess

I am trying to change a dynamic url to a different one. How could i make this index.php?at&sk&id=3 To /new/index.php?page=item&id=3 The number 3 would be dynamic I am migrating to ...
6
votes
2answers
93 views

.htaccess appending query string to internal redirect

I’m trying to create SEO friendly masked rewrites in .htaccess. The htaccess file works fine on localhost, and my personal server, but seems unfortunately does not work on GoDaddy’s servers. I'm aware ...
0
votes
0answers
21 views

URL redirect/rewrite using the .htaccess file

When I tried to open example.com on chrome it direct correctly as http://example.com, but its not working on firefox redirects with https. Thanks in advance
0
votes
2answers
21 views

Simple oblivious redirect not working?

My goal is to redirect access to mydomain.com/foo to mydomain.com/bar.html with: 1- The user not being able to tell where hs is redirected 2- The url being pretty and containing neither file name nor ...
1
vote
0answers
29 views

RewriteCond with negative conditions

I'm trying to rewrite all www.site.com/hello to www.site.com/index.php?p=hello and it works with the following code (in .htaccess): RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]*)/?$ ...
0
votes
1answer
11 views

301 redirect in .htacces doesnt work:( Redesigned a site but cant get the old url's to link to new ones

I redesigned this website, and tried to create a 301 redirect to redirect the old links to the new ones in order to save the existing google pagerank. I am using joomla for my site. Example of a link ...
0
votes
1answer
19 views

Htaccess Mod rewrite Drupal URL clean-up code stopping my redirect rewrite rules

I'm trying to set-up some 301 redirects after a site redesign. Using the following code with the rewrite tule works fine in a test environment RewriteRule ^Old-Page1$ http://www.Domain.com/new-page ...
0
votes
1answer
27 views

Rewrite article.php?title=variable to variable/

I'm trying to redirect article.php?title=variable to variable/ using .htaccess but I'm not really sure what is wrong with my code. If I go to http://site.com/variable/ it is redirecting me to ...
0
votes
1answer
18 views

htcaccess external redirect is not excluding URI

I'm trying to exclude few URI from htaccess based redirection My htaccess directives are bellow <IfModule mod_rewrite.c> RewriteEngine on # RewriteCond ...
0
votes
1answer
25 views

Matching two values in htaccess

Is it possible to do something like this? RewriteCond %{HTTP_COOKIE} ^auth_token= %{QUERY_STRING} ^ref and same with if not match I am trying redirect of this condition matche`, otherwise not, I ...
0
votes
1answer
22 views

How to redirect a web page while not changing the URL (using Apache VirtualHost)

I'm setting up Virtual Hosts in my Apache web server and already have rules in place that just do a simple 301 redirect from one URL to another. However, I've now been asked if I can write a rule that ...
0
votes
1answer
30 views

301 Redirect URL with Question Mark/Parameter

I'm trying to redirect a URL with a question mark, but it's not really classed as a parameter. I'm just not sure what query_string I would use if doing a mod_rewrite. I would like to redirect: ...
0
votes
1answer
24 views

Dynamic 301 .htaccess Redirect/Rewrite

I have a website with a forum and here is the current rewrite rule in my htaccess file: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^.*/?forum/?(.*)$ /forum.php [L] Now, because of that I have ...
1
vote
1answer
32 views

Htaccess redirect some URLS to one domain and all other urls to another one

I need to redirect some URLS to one domain and all other urls to another one. For example the redirect code which should redirect mydomain.com/?p=221 and mydomain.com/?p=222 to Google and all other to ...
1
vote
1answer
51 views

.htaccess redirect only one level from site root

I need to map some direct requests to a custom script: somesite.com/getfile/file_name.xxx somesite.com/getfile/type1/file_name.xxx somesite.com/getfile/type2/file_name.xxx ...
1
vote
1answer
15 views

Rewrite URI when a certain file (no matter under which URI) is served?

Is it possible in .htaccess to redirect/rewrite (301) to a certain URI when a certain "physical" (static) file is served? It shouldn’t matter under which URI this file is served initially. Example ...
0
votes
1answer
52 views

Redirect wildcard subdomains to subdirectory, without changing URL in address bar

I've read a lot of questions and answers about this on here but none that seem to solve my specific problem. I want to redirect any subdomain to the subdirectory to match. So: x.domain.com would go ...
0
votes
0answers
75 views

htaccess rewrite rules for multiple domains (symfony 2 in subfolders)

straight to the point. I have a web hosting with 2 domains pointing to the root directory of the hosting. I have 2 seperate projects in the root directory both symfony2 I need to redirect the domains ...
0
votes
1answer
20 views

RewriteRule causing redirection

I have IIS 7.5 with ISAPI_Rewrite(Helicon) I'm trying to do so that the robots.txt from each hosted site will be the same. For that purpose I have one dummy site(sometestsite.com) which has ...
-2
votes
1answer
109 views

How to redirect and remove index.php in Codeigniter [duplicate]

I'm using below htaccess to remove index.php from my url in Codeigniter. RewriteEngine on RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 [L] The problem is that ...
0
votes
1answer
26 views

Concrete5: no input file selected

I've had a concrete5 install since January, this week we started to get "No input file specified" messages. The site works fine on the whole, its just login and file downloads which are affected. I ...
1
vote
0answers
30 views

How to internal redirect subdomains using Apache ModRewrite?

http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#redirect I'm trying to redirect all URL requests for my subdomains to http://mydomain.com/gateway.php?%1/$1. For example, if the user request ...
0
votes
2answers
27 views

Redirecting a URL with query string

I've got a URL with a query string that I am trying to redirect and I just can't get it to work. The original URL not only has a query string, it's a Joomla SEF URL and contains a ? within the URL as ...
0
votes
0answers
25 views

.htaccess 301 redirection removing white space [duplicate]

My site link is containing name with lots of white space in parameter. file.php?dir=Songs/Bollywood%20Mp3/I%20Dont%20Luv%20U-2013 file.php?dir=Songs/Bollywood%20Mp3/Go%20Goa%20Gone-2013 ...
0
votes
2answers
46 views

How to remove index.php from middle of URL

I am using .htaccess redirection rule for removing index.php from URL and it works good when I try to access mysite.com/index.php redirecting me on mysite.com. Redirection rule I use in .htaccess is ...
0
votes
1answer
18 views

Redirect oldsite.com to new.oldsite.com, and sub.oldsite.com to new.oldsite.com/sub/

I have a situation where we've redesigned a site and have moved it to a new domain. The old site has a few client subdomains that we need to redirect to the new domain, but to folders that we will ...
1
vote
1answer
36 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
47 views

Hide GET parameters in a URL / rewrite to a clean URL / save GET params in SESSION?

I've looked around here but I can't find a matching solution to my problem here. What I want to do is 1) clean up the URLs with GET params in them and 2) save those GET params in session variables. ...
1
vote
0answers
48 views

.htaccess redirect all subdomains to single folder

I have in a site with many user subdomains ie user1.example.com or user2.example.com. I have the following rewrite rule: RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ...
1
vote
2answers
34 views

difference between RewriteRule ^(.*)$ & RewriteRule (.*)$

When moving all pages from old domain to new domain, i noticed some people added a ^and other not in rewriterule What is the different between RewriteRule ^(.*)$ http://mynewdomain.com/$1 [R=301,L] ...
0
votes
1answer
30 views

Redirect only hompage and not query string urls

I am currently using the following to redirect just the homepage of my site RedirectMatch 301 ^/$ http://www.example.com/it/ However, it is also redirecting urls which have the following format so ...
0
votes
0answers
18 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 ...
0
votes
1answer
24 views

Htaccess redirect and remove last 5 characters

I have 20k+ indexed pages but ~200 have /feed/ added at the end: http://www.domain.com/page-ID-TITLE/feed/ ID and TITLE are dynamic. TITLE can have multiple words, it doesn't have a fixed length: ...
1
vote
0answers
154 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
95 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
0answers
24 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
0answers
63 views

PHP Router / .htaccess

I am trying to implement the router class JREAM http://jream.com/lab/route Files are at https://bitbucket.org/JREAM/route/src Everything seems to be working fine except for some 301 redirects we ...

1 2 3 4 5 20