2
votes
1answer
40 views

URL Rewrite Regular Expression to suit all

Brief Explanation I am trying to come up with a smart way of controlling my web page rewrites with as few rewrites as possible. So, for example, if you have the following page translations: ...
1
vote
0answers
32 views

How to configure url maping in tuckey-urlrewrite-filter?

I have some page about.jsp, contact.jsp, user.jsp, index.jsp in a folder projects under webapps root. I use tuckey-urlrewrite-filter for url mapping. I used url writing as <rule> ...
0
votes
2answers
12 views

Using or ( | ) statement in .htaccess rewrite rules

Instead of writing 2 rewrite rules for pointing to the same page, I though I would be able to do this with one rule using the Or statement ( | ): RewriteRule ^([\d]+)-post[\d]*\.html|#post([\d]+) ...
0
votes
1answer
30 views

Regex on URL rewrite module

I need a help with Regex on URL rewrite module. I want to apply a rule for the home page. I tried with ^default.aspx, which is working fine when user access the site with /default.aspx But normally ...
1
vote
1answer
32 views

Url Rewrite HTTPS -> HTTP except certain page (IIS 7)

Only one page, and all dependencies (css, jpg etc), is to be SSL for now. I created the following rewrite: <rule name="Not Appointment Form 4.1 SSL" enabled="true" patternSyntax="ECMAScript" ...
1
vote
2answers
40 views

Removing Part of URL with .htaccess

I have recently removed a module from Magento that created vanity URL, for filtered searches. When I've removed this module its now using URL parameters for all filtered navigation pages. I want to ...
0
votes
1answer
42 views

How to rewrite url while keeping additional parameters in .htaccess file?

I have the standard htaccess which just catches all and puts it into one url parameter which is later processed in code... RewriteRule ^config/ - [F] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
0
votes
1answer
20 views

URL Rewrite Multiple Params

I am having a problem writing a regular expression pattern for a URL Rewrite in IIS 7. I am doing the work directly in my web.config file, and the pattern I need help with is described below: URLs ...
1
vote
1answer
24 views

multiple .htaccess files conflicting with each other

I have a shared hosting with multiple domain hosted on it. In the root folder of my hosting exists a .htaccess (say is htaccess1). Code in ht1 is: RewriteEngine on RewriteCond %{HTTP_HOST} ...
0
votes
0answers
26 views

url rewriting with .htaccess not working

Here is the code previously written in my .htaccess file which worked fine: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond ...
2
votes
3answers
194 views

Porting htaccess rewrite rules to hiphop-php config

I have a CodeIgniter project that requires rewriting rules to navigate controllers/views and the like. I have correctly installed hiphop-php on Ubuntu 12.04 and it works perfectly, including with the ...
1
vote
0answers
35 views

How to add .htaccess {REQUEST_URI} at the end of this Rewrite Rule? [duplicate]

Im making a site where users can create subdomains with files, folders etc. these sites go into a folder called websites so it will be site.com/websites/subdomain.site.com I only need to get ...
2
votes
1answer
35 views

How do I mod_rewrite this URL?

I have a URL www.domain.com/catalog.php?category_title=widgets I want to mod_rewrite it to www.domain.com/widgets/ I've tried RewriteEngine On RewriteRule /([^/.]+)/[?]*[^\/\.]*$ ...
0
votes
2answers
37 views

.htaccess Rewrite “external” subdomain to subfolder if match

Lets say i have wildcard subdomains on an external domain, can be anything like demo.site1.com blah.site1.com and have directories like these on an external websites ...
1
vote
1answer
64 views

Regular Expression Replace all Capture Occurrences

I am using a regular expression to rewrite some URLs. I need to replace all ampersands & in a URL with &amp; but not when the ampersand already starts an &amp; occurrence. So I ended up ...
0
votes
1answer
50 views

Rewrite rule doesn't use matches

A client's WordPress based web site has employee pages with urls like this: /bio/john-doe/ /bio/nim-rod/ etc... But on their printed brochures and business cards they want URLs like: /nim.rod and to ...
0
votes
1answer
71 views

Remove ASPX FILE Extention in Web.config But Negate Rewrite if URL Contains Period

All right, so by now most of us probably use the standard rule below for remove the aspx extention in your urls. <rule name="Remove"> <!--Removes the .aspx extension for all ...
-1
votes
1answer
46 views

Nginx URL rewriting [closed]

I have the following nginx URL rewrite block. url.rewrite-once = ( ...
0
votes
0answers
30 views

Trying to replace dashes in url rewrite

I want to change the URL From example.com/shows/2013-car-show-pictures-set to example.com/pics/2013+car+show+pictures+set How do i replace all the dashes using rewrite? RewriteRule ...
0
votes
2answers
48 views

How to rewrite function from php to JS with a lot of regex

I have a function in php which makes web friendly links. Now I want to write same function in JS, so I can make friendly url on fly. Here is function: <?php function clearText($s) { $s = ...
0
votes
0answers
29 views

How do I rewrite https urls to http except for certain directories using perl regex (Zeus Server)

My site is on a Zeus Server and uses Request Rewrite instead of Apache Mod Rewrite. I need to know how to rewrite all https URLs to https unless they are in a certain directory, lets say /secure/ ...
0
votes
1answer
59 views

Regular expression replace URL in to breadcrumb style

I need a little advise on turning any URL in to a functional breadcrumb? Example: /en-US/press/2013/03/Employers-Plan-Aggressive-Response-to-Shifting-Health-Care-Landscape-TW-NBGH-Survey-Finds.html ...
1
vote
3answers
50 views

How do I stop a Regular Expression when I reach a certain character in PHP?

I have a string, /controller/method/parameter1/parameter2?parameter1=parameter2. This is just the REQUEST_URI I am using for my website. I want to split this string into separate array elements using ...
0
votes
2answers
130 views

How to extract Url elements from list item in C# windows form app

Here is the concept my C# list items contains List<string> myList1 = new List<string>(); Urls some are: http://www.google.com http://www.google.com/maps ...
2
votes
1answer
69 views

Apache RewriteRule to redirect all files requests to php handler

I am trying to get a rewrite rule that would allow for any files requested in the following form: /assets/files/uploads/306/This-is-an-awesome-file.jpg to be handled by file.php, and any files ...
0
votes
3answers
32 views

Capture a substring which is not present in the source string

I want regular expression search and replace as follows: Input string ends with images, videos, friends Output string contains the matched suffix Else Output string contains the suffix profile ...
1
vote
1answer
49 views

RewriteRule- regex for selecting a string

Sorry for the bad title of the question. My question is that I want to perform an internal rewrite on the following 3 url patterns only localhost/abc localhost/def localhost/xyz Substitution is : ...
0
votes
2answers
104 views

Regex to match alphanumerics, URL operators except forward slashes

I've been trying for the past couple of hours to get this regex right but unfortunately, I still can't get it. Tried searching through existing threads too but no dice. :( I'd like a regex to match ...
-1
votes
1answer
78 views

htaccess and ampersand in the URL [closed]

I have a table where each row represents a page. The column title holds the page name. When loading the page, the original url looked like this: www.mysite.com/?q=france, I then do a quick DB lookup ...
0
votes
2answers
45 views

Document root appending in url rewriting

I want to rewrite url from http://www.example.com/books/PHP/wrox to http://www.example.com/manuals/opensource/wrox I have added the following rule Options +FollowSymLinks RewriteEngine On ...
0
votes
2answers
107 views

Replacing a specific string in htaccess using mod_rewrite

The issue I have is that I need to match and replace a specific string in the URL, not splitting at the standard point of the querystring variables, and using only the second half of the the pagevars ...
-1
votes
1answer
437 views

Nginx rewrite rule: redirect to subdirectory [closed]

Having a site with a /forum subdirectory, i.e http://example.com/forum I want to redirect every request that comes to http://example.com/$uri to http://example.com/forum/$uri if $uri doesn't start ...
0
votes
1answer
161 views

Escaping Question Mark in Tuckey Url rewriting (XML/Regex)

I want to permanent redirect /?industry_id=3 to /industry/3/athletics I tried the rules : <rule> <from>/?industry_id=3$</from> <to type="permanent-redirect" ...
0
votes
1answer
157 views

Url Rewriting Regex - no match

I have this regex for an url rewriting: <from>^/page/([0-9]+)/order/(.*)/by/(.*)/composition/(.*)/location/(.*)/price_min/(.*)/price_max/(.*)/industry/(.*)/type/(.*)$</from> ...
0
votes
1answer
73 views

rewrite rule: regular expression to remove variable from link

I've got urls like this one: my-party/viewparty/243-party-in-berlin-2013.html where the variable part of the url is: 243-party-in-berlin-2013.html I neet to get a url like: ...
0
votes
0answers
51 views

htaccess issue, if url contains urlencoded URL

I use the following htaccess to reroute all requests to my bootstrap php file. This works for everything, but no i want to introduce a share url, which causes a 404 (apache based, request does not ...
1
vote
2answers
114 views

French characters with rewrite rule

I have categories name in my database, and some of theme have french characters like é è ê. It works as desired until today when I tried to add another character à to it then I started getting SERVER ...
1
vote
3answers
47 views

How to correctly rewrite only mysite.com to www.mysite.com and nothing else?

Here's the section from Web.config that redirects naked domain to www. <system.webServer> <rewrite> <rules> <clear/> <rule name="WWW Rewrite" enabled="true"> ...
0
votes
2answers
58 views

Regular Expression to replace & in URL

Due to some error our website is having links to urls with & in the url. For example /movies-&-plays/find/. However this throws a 404 resulting in a lot of broken links on webmasters, since ...
0
votes
0answers
47 views

Rewrite url from HTTPS to HTTP

Have issue in rewrite url. //This should redirect from https:// to http:// if the path does not begin with 'purchase' or it doesn't end in css, jpg, jpeg, gif, png, js, ico or axd - the file types ...
1
vote
1answer
48 views

What is this rewrite rule doing, exactly?

I don't read regex very well. Can someone help me understand what exactly this is doing? RewriteRule ^[!/.]*([\/A-Za-z0-9]+)$ index.php I have a basic idea, just not concrete clarity, and I don't ...
0
votes
2answers
18 views

Pagination Re-Write Rule

What ReWrite rule can I put in the .htaccess file to make domain.com/directory/index.php?page=$page rewrite into domain.com/directory/2
0
votes
2answers
90 views

Regex: URL re-writing any path without extension

I've written a regex which "works" for all the test cases I can think of. Essentially any URL which matches the pattern: /app.* AND does not have an extension of length 1-4 at the end should be ...
0
votes
1answer
64 views

Rewrite Rule finds directory and rewrites path as 'directory/?directory'

I've been using this Apache Rewrite Rule for some time now, and it usually gives me great results: RewriteRule ^([^\.]+)/?$ index.php?$1 [L] When a user visits www.mysite.com/about-us, the server ...
0
votes
1answer
38 views

interesting thing with redirect when removing trailing?

So I've been trying really hard to get rid of the trailing ? on the url to avoid SEO duplication. Basically i have a url like www.example.com/some/thing? and i need to redirect it to ...
0
votes
1answer
114 views

IIS URL Rewrite redirect

I'm trying to find out how to write IIS URL Rewrite rule to redirect by the following rule: For example: s1.mysite.com/mypage.aspx?p=1 should be redirected to www.mysite.com/mypage.aspx?p=1. But ...
0
votes
0answers
30 views

Another Nginx Rewrite Not Working

I am stuck here location / { rewrite ^/cdn1/(.*)/(.*)/(.*)$ /cdn1/$1/$2.mp3 break; return 403; } I have a url structure like: ...
0
votes
2answers
41 views

Regex for url matching and rewriting

Hello I am trying to create a regex that will match on the following /go/brand but not match /go/brand/anotherpage I was thinking that I could use something like the following ...
2
votes
1answer
58 views

url repair function for previous directory “../” eats domain name

I've had this function for some time: function fixLink($url){ return preg_replace('@/[^/]+/\.\./@','/',$url); } and it worked wonders for turning: http://domain.com/page/../index.html into ...
0
votes
1answer
250 views

asp.net url rewriting intelligencia exclude scriptresource.axd

I am using intelligencia.urlrewriter to handle my url routing. I'm using asp.net and the issue has arose where the ScriptResource.axd file is being rewritten, so I need to add an exclusion to my rule, ...

1 2 3 4 5 7