Tagged Questions
0
votes
0answers
15 views
URL redirecting but not with .htaccess?
I have the following problem:
Which method of (non .htaccess) URL redirection can I use to tell google that pages with URL.
Example - mysite.com/group/12-category/17-article (12 and 17 are category ...
0
votes
0answers
20 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.
...
0
votes
0answers
4 views
Rewrite webdav folder by reverseproxy
I am trying to reverse proxy a webdav folder based on its port number - I have tried putting in the rules below to try and capture the port number "555" and if that is sen in the url it reverse ...
0
votes
0answers
40 views
301 redirect -new link structure of website
i am converting an old zencart site to opencart with new design. every thing is done, i have also enabled SEF urls in opencart so my opencart links look like
...
0
votes
1answer
28 views
url rewrite/redirect on iis7 redirect to mobile site
I have made all of my mobile folder/pages structure like the desktop version.
I need to make sure all the requests from mobile devices will be re-directed to a mobile domain.
what I would like to do ...
-1
votes
0answers
12 views
Impact on social interactions after URL change [closed]
Every article URL on a website I work on will soon be changed.
301 redirects will be set up to ensure inbound links still arrive at the correct destination.
However, social interactions (Likes and ...
0
votes
0answers
52 views
Problems with redirecting https to http with exceptions
We got a Magento website and the checkout, login etc. pages work fine they redirect automatically to https. But we have an issue with all other url’s because they are accessible thru http and https ...
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
1answer
31 views
Rewrite/Redirect URL using IIRF
IIS 6, using IIRF. I'm not sure if this would be a rewrite or a redirect. We've got a new site and need to 301 redirect old page to new and keep the query string value only. I need the following ...
-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 ...
-1
votes
1answer
18 views
Redirect and Rewrite at same time [closed]
Options +FollowSymlinks
RewriteEngine on
RewriteRule /subfolder/$ /home/$1 [NC]
Redirect /index.html http://example.com/subfolder
I am trying to redirect and rewrite like this, but it still shows up ...
1
vote
1answer
41 views
IIS Re-Write Rule - Hide Directory (Rule Not Working Correctly)
I have constructed a re-write rule with help from this website.
But I am still having a small problem.
My objective is to remove a certain directory from a URL.
For example:
...
0
votes
0answers
18 views
How to redirect to other domain with urlrewritingnet config
Now I have problem with redirect to other domain using url rewritingnet. I want allow user type "forum" on my website with domain http://test.mydomain.com/forum will redirect to my forum with domain ...
0
votes
0answers
13 views
IIS7 URL Rewrite - Add www no matter where you are on the website
I'm trying to redirect all traffic to Fabsil.com to www.fabsil.com, my rule works for the homepage but not for any sub pages for example is a user goes to http://fabsil.com/about-us it'll 404 but if ...
0
votes
0answers
42 views
How to redirect with 123-reg hosting
Here's what I have... (works fine with my GoDaddy hosting)
<system.webServer>
<rewrite>
<rules>
<rule name="Remove WWW prefix" >
<match url="(.*)" ...
0
votes
1answer
99 views
WebForms/MVC hybrid - dynamically redirect /default.aspx to /home/index
I have a legacy WebForms app that I'm converting to MVC bit by bit. I need to be able to dynamically redirect requests for /default.aspx and send them to /home/index action under certain conditions. ...
-1
votes
1answer
38 views
Http Error 500 with this htaccess rule [closed]
I would like to redirect any request from http://www.domain.com/folder1/folder2/mytitle-1.html to http://www.domain.com/folder1/folder2/script.php?id=1&code=5
I don't understand why the rule ...
2
votes
2answers
101 views
Not Redirect some URL coming from a mobile [duplicate]
I would like to redirect the url coming from a MOBILE and having the following url format www.mywebsite.com to www.mywebsite.mobi.com,
However, the URL with the following format ...
0
votes
0answers
44 views
add a parameter from user meta to custom post type archive if not already set
I have a custom post type called 'event'. I also have a custom taxonomy called 'town'. All users have a "user_town" meta_key set upon registration, that match the towns in "town" taxonomy of events.
...
1
vote
1answer
30 views
Canonical Redirect on the server only
I can redirect all domain.com-s on a www.domain.com and it's working on the server like a charm:
<rewrite>
<rules>
<rule name="Canonical Host Name" ...
0
votes
1answer
30 views
Redirection - url with get and white space
My boss asked me to redirect old urls to a new urls. But I can't do it for urls like this one:
RewriteRule search.php?rub=r24&mc=hello there ...
3
votes
2answers
201 views
How to permanently redirect JSP with parameters using urlRewriteFilter?
We are moving old JSP based web application to Spring MVC controller and using urlRewriteFilter (http://tuckey.org/urlrewrite/) for redirects.
We need to permanently redirect old JSP with parameters ...
0
votes
0answers
69 views
Custom permalinks with NextGen Gallery
I set wordpress default permalinks to /%category%/%postname%/. I'm using NextGen Gallery. So when i use imagebrowser instead of jQuery effect in NG Gallery, it creates custom url for every image like ...
0
votes
0answers
44 views
htaccess Redirect to remove index is double encoding URL
I'm using the code below to strip out index.php from my ExpressionEngine site and to re-direct if someone happens to directly input index.php. This works fine.
The issue is that I have a part of the ...
0
votes
0answers
76 views
nginx - rewrite only www to non-www
I'm trying to redirect www.example.com to example.com This is my nginx rewrite rule:
server {
listen 80;
server_name www.upinbangalore.com;
return 301 ...
0
votes
1answer
156 views
IIS 7.5 URL Redirect direct link to media page
I didn't think my implementation through and now I am stuck. I am using IIS 7.5, URL Rewrite 2.0 and Jplayer.
My current implementation is that I have users upload audio files to my server. To ...
0
votes
1answer
92 views
Apache, putting query string before redirected url?
is possible to redirect user from url http://localhost/welcome?url=1&another=2 to index.php?another=2&url=welcome? I mean, I would like to put all query string before the parsed part. Is it ...
0
votes
1answer
38 views
RedirectMatch don't work
I want to tell to my Apache that i want a redirect permanent rules.
I have theses 2 kinds of hits in my logs:
xx.xxx.xx.x - - [15/Mar/2013:08:14:21 +0100] "POST /oldEndPoint/services/toto HTTP/1.1" ...
1
vote
1answer
59 views
HTACCESS: rewrite a uri request [properties/a-zto myphp php file
My goal is to achieve the following:
My query: properties.php?id=1234-N-StreetName-etc
to be turned into:
properties/1234-N-Beverly-Blvd.html
properties.php will evaluate the value of $id (In ...
1
vote
3answers
100 views
htacess redirect - changing the query part of a URL
Google picked up the following url and ranked it:
http://www.xxx.com/yyy/zzz-99.php?item_id=99&sort=1 (the item_id=99 part should not be there)
Since I picked up the error and fixed it, I have ...
2
votes
1answer
69 views
subdomain like setup using htaccess
I need a help regarding htaccess. I need a subdomain like setup using htaccess. It should redirect or show the contents from one of my controllers.
For eg:
I have a controller say "view" and ...
0
votes
1answer
38 views
redirect issue on webconfig file
please check sfveinaesthetics.com/index.php opens but http://sfveinaesthetics.com/ dont.. its a wordpress site in iis7 server.
inner pages work http://sfveinaesthetics.com/about-us/ fine..
Please ...
0
votes
0answers
42 views
How Redirect URL to Rewrite URL in .htaccess?
I know how to rewrite URL in .htaccess file and also well aware about the URL redirection. They work fine, but the problem arises when I put a redirect statement to the URL which is Rewrite(in the ...
0
votes
0answers
63 views
htaccess Redirect and remove part of url in one moment
I have two domains and need to redirect second domain to first domain subfolder:
"www.firstdomain.com" - with webhosting
"www.seconddomain.com" - without webhosting
"www.firstdomain.com" - content ...
0
votes
1answer
160 views
Codeigniter URL redirection and .htaccess Redirect directive
This is a minor problem, but I'd really like to know what's going on. I've just converted my site to CI from static HTML. Being a good web admin, after reorganising a site I try to put Apache ...
1
vote
1answer
44 views
Forward one special http URL to https URL with port via htaccess
For our website we need a redirection of the following Login URL
http://lit.example.com/index.php?action=initLogon
to
https://lit.example.com:60558/index.php?action=initLogon
I didn't find any ...
0
votes
0answers
68 views
Mod_rewrite 'RewriteRule' not working in .htaccess file
I have a .htaccess file wuth the code below:
RewriteEngine On # Turn on the rewriting engine
RewriteRule ^books/course/(.*)/(.*)$ ...
0
votes
0answers
24 views
Shared SSL hosting receives all SSL Requests
The website is hosted on a shared server that supports SSL. The web hosting provider secures our website using SSL:
Ever since then all the client HTTPs requests sent to the server are redirected to ...
0
votes
2answers
90 views
Best way to implement three hundred 301 redirects on windows server / .NET
I'm going live with a rebuilt website (on a new, Windows Server 2008 R2 Standard server). I have a spreadsheet containing 300 URLs from the old site which are mapped to the new site URLs. The URLs ...
0
votes
0answers
22 views
Apache redirects
I have written the redirect rule something like this in httpd.conf file
RewriteRule ^/internetadvertising(.*)$ http://marketing.abc.com/products/abc-online/ [R=301,L,NE]
The issue I am facing is ...
0
votes
2answers
90 views
htaccess rewrite url and check for 404
I`ve got an internet shop and want to use htaccess to shorten links
there are 3 cases of urls:
shop.com/shop/18 (number) - products.php?categoryid=$1
shop.com/shop/18/page-2 (number)/(page+number) - ...
1
vote
1answer
153 views
nginx rewrite rule to remove - and _
i need a nginx rewrite rule for the following problem:
I have Urls that include several hyphen and eventually underscores
Example request: ...
0
votes
2answers
72 views
link redirection using htaccess RewriteRule
I have these links in my website:
www.example.org/folder/files.php?file=folder/document.pdf
www.example.org/folder/files.php?force&file=2009.pdf
and I want redirect to :
...
0
votes
1answer
77 views
Rewriting from https to http with htaccess how to remove port number?
Im having this htaccess code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on [AND]
RewriteCond %{REQUEST_URI} /products-page/bathroom-amenities/nourish-a-spa-line/
...
0
votes
1answer
59 views
URL to PHP with parameter to subdomain
We have been stuck on a problem we can't seem to fix even with all the articles on StackOverflow; We have a website like "www.example.nl/domain.php?user=somename" and we need our users to reach that ...
0
votes
1answer
47 views
How to redirect url with htaccess?
Hello I need to redirect from a url like this:
https://www.domain.com/folder1/
to
https://www.domain.com/folder1/file.html
how can I do this on an htaccess file?
0
votes
1answer
67 views
One redirect to rule them all
After trying to help a fellow developer on iis.net forums: http://forums.iis.net/t/1195459.aspx/1?Going+crazy+with+trailing+slash+and+double+redirects
I began to search for a better way to do my ...
0
votes
1answer
47 views
.htaccess redirection issue 301 ,Page not reached
I have redirection rule written in .htaccess both on local site and live site. Both are same. The pages of site are cached using cachelight, I have a file named cache.php uses curl to call which ...
2
votes
1answer
82 views
URL Rewrite Issue - Rule works as a redirect but not as a Rewrite
I have been attempting to figure out why this rule works as a redirect and not as a rewrite. It didn't occur to me try it as a redirect until several hours later and to my surprise it worked.
Could ...
0
votes
0answers
69 views
Redirect specific query to a page (nginx)
I moved my website from Joomla to WordPress.. I'd like to redirect www.website.com/?option=com_content&view=article&id=164&Itemid=139 to www.website.com/listituto/contatti/ (so, same ...
