Tagged Questions

A URL rewrite engine is software that modifies a web URL's appearance (URL rewriting). Rewritten URLs (sometimes known as short, fancy URLs, or search engine friendly - SEF) are used to provide shorter and more relevant-looking links to web pages. The technique adds a degree of separation between ...

learn more… | top users | synonyms (3)

0
votes
0answers
2 views

IIS 7 URL Rewrite Module

I can see the Outbound URL Rewrite working, because it replaces all the URL's on the page with the new URL. So wherever I put this: /post/?topic=question&id=123 it rewrites it to... ...
0
votes
2answers
14 views

Rewrite a URL to include GET data (with Drupal)

I'm relatively new to both .htaccess and regular expressions, but I really need to do the following. I'm using Drupal for my website (I don't know if the affects anything) but I've wrote a small PHP ...
0
votes
0answers
7 views

Anchor Link to Flat URL

I have been researching for a solution for the last 4 hours. I have a carousel that slides different content blocks on the same page. So my pages look like domain.com/index.php#product ...
0
votes
0answers
26 views

Reconstruct imageUrl using c# (have Javascript code)

Below, I set the URL value for image control in code behind of ASPX page using C#. protected override void OnInit(EventArgs e) { base.OnInit(e); //Loop inside PreviewImages which has lots of images. ...
1
vote
1answer
10 views

htaccess rewrite URL to append Google campaign tracking causing redirect loop

We are attempting to track offline campaigns to using aliased URLs that point to our main site. We need to append Google analytics campaign tracking code to the end of the URL when the domain is one ...
0
votes
0answers
21 views

Magento .htaccess

Right, what is the definitive way to force a trailing slash/ as to not knock out the entire site, or the css part, or admin. I currently in the magento admin for category suffix use '/'. But this ...
0
votes
1answer
30 views

PHP URL Rewriting from Output Buffer

I am trying to rewrite my URLs in PHP using the output buffer. Ideally this is so in my source I can keep my links as example.com/index.php?action=123;sa=456;sa2=789 but when outputted to the browser ...
0
votes
1answer
16 views

Change URL Rewrite Rule in Web.Config from Code C#

I want to modify rewrite rule from C# code. Url Rewrite rule is resides in web.config file. <system.webServer> <rewrite> <rules> <rule name="partners"> ...
0
votes
1answer
7 views

Adding an Inbound Rule in IIS [UrlRewite]

Currently, on my Production server, i have Inbound Rule set as follows which works file for all my requirements. Inbound Rule is as follows. Match URL section Requested URL: Matches the Pattern ...
0
votes
0answers
9 views

Wordpress custom post type permalinks created, but redirecting to homepage

I'm trying to create permalinks for a custom post type, "property" based on a custom field value, "the_property_id". The following code successfully creates the permalinks, but when you actually ...
0
votes
2answers
30 views

How to rewrite my page URL to pagename.siteurl.com

I have Dreamweaver CS3 and i was wondering if it is possible to make a html page go from idreesinc.com/research.html to research.idreesinc.com. Is it possible and if so how do i do it? I have to ...
0
votes
1answer
20 views

Error document and rewriting URL

I would like to use a custom page for some HTTP error, so I use the .htaccess file. At the same time I would like to use the URL rewriting, but that doesn't work and I don't know why. This is my ...
0
votes
1answer
13 views

ISAPI Rewrite detect root folder

Using ISAPI Rewrite I'm looking for a way to detect if a given URL contains only one subfolder and then rewriting the URL. www.mysite.com/Cloud => true www.mysite.com/Cloud/ => false ...
0
votes
0answers
21 views

Url with or without 'www'

From GWT I am getting some 'file not found' errors it gets from external websites linking to mine www.domain.com/file.php%3Fid%3DUSERid%26cat%3DCAT From Firefox I found that removing 'www' the ...
0
votes
0answers
15 views

Change URL in address bar

I have a URL which is www.example.com/sales but I want to change the URL as it appears in the address bar to be www.example.com/sales_europe/index.shtml if somebody types it in as ...

1 2 3 4 5 230
15 30 50 per page