0
votes
1answer
143 views

PHP configuration on .NET server - URL redirect

I have a server with a blog and the configuration right now is a big hot mess. It's a .NET server running umbraco and the blog is hosted with wordpress within that. As you can imagine the web.config ...
1
vote
1answer
696 views

Umbraco URLRewrite .aspx pages

I have set up some nice url rewriting in the urlrewriting.config file. These work great. However, I would like to redirect all pages with a .aspx extension to it's correct page. For example: If I ...
0
votes
1answer
657 views

URL Re-Writing in Umbraco - Page Moved Under New Directory

I'm looking to use the URLRewriting.config within Umbraco to set up some redirects. The majority of them are working fine, but a few are causing headaches. I have a page: /testpage.aspx which on the ...
1
vote
2answers
64 views

URL Rewriting - A URL that satisfies it's own rule

I'm trying to set up a url rewrite using the UrlRewriting.config file in Umbraco. Am I correct in thinking that the URL Rewriting uses Perl-compatible regular expressions? I need to redirect from ...
0
votes
1answer
288 views

urlrewritingnet - rewrite=“Domain” not working

I'm trying to rewrite a path on an Umbraco website to load a sub-domain - is this possible? Using the config setting below I'm getting the Exception message: 'http://subdomain.domain.com' is not a ...
0
votes
1answer
129 views

Cyrillic chars inside of UrlRewriting.config

Hello I need use Cyrillic chars inside of UrlRewriting.config Does any one know how to do it in correct way ? If i write Cyrillic chars directly I got error. if I use code like %D1 %82 %D1 %83 it ...
0
votes
1answer
150 views

UrlRewriting how to build correct redirect with sub folders

Hi I am a new one UrlRewriting, I have old urls like http://www.domaine.com/data.aspx http://www.domaine.com/data/page1.aspx http://www.domaine.com/data/page1/page2.aspx ...
1
vote
0answers
78 views

similar link url containing the '-' char is not correctly saved in umbraco rich text editor [closed]

I'm using umbraco 4.7.1.1 (latest version 1.0.4393.24044) on IIS 7.5 My umbraco site is hosted at name is http://test. I also have another site on another url at http://test-sharepoint (which is a ...
0
votes
1answer
464 views

URLrewriting - Multiple same shortcuts from unique domains

I have an Umbraco site and am using URLrewritning.net I have two distinct issues: I have multiple domains on the site where Users will type foo.com and will need to go to ...
0
votes
1answer
711 views

Umbraco rewrite rules using UrlRewritingNet

I'm trying to setup some rewrite rules for a new Umbraco website we have. I need to redirect from the previous website Url's to the new location within Umbraco, i.e: ...
0
votes
2answers
2k views

URLRewriting.net and IIS 7 Problem

net 2.0/umbraco 4.0.3 website hosted in IIS6 with a couple of url rewrites using http://urlrewriting.net/ .. We just moved the site to IIS 7/classic pool and the URL rewrites stopped working.. can ...
1
vote
2answers
419 views

URL rewriting with UrlRewritingNet fails with a + char in the URL

I'm using UrlRewritingNet in Umbraco to do some basic URL rewriting of product and category URLs. Everything is fine on my local machine (Visual Studio dev-webserver) and on our internal development ...
0
votes
1answer
878 views

Umbraco 4.5 in a virtual directory with umbracoUseDirectoryUrls

I've installed Umbraco 4.5 in a virtual directory on my web server (server/cms). When I edit web.config and set umbracoUseDirectoryUrls = "true", the URLs generated don't contain the virtual directory ...
2
votes
3answers
1k views

urlrewritING.net query character in virtual url causing redirect loop

I've got a project where we're re-building a site for a client, the new site is using umbraco on the .net platform. the old site was cold fusion. Umbraco utilises the urlrewriting.net library so I ...
0
votes
1answer
197 views

Wildcard application map causing error on umbraco homepage

I'm trying to setup my umbraco site so that it does not use the .aspx extension. I made the necessary changes to the config files, but when I added the wilcard application mapping in IIS the homepage ...