0
votes
0answers
9 views

iis7 rewrite module setting up a rule

I have been trying for 2 days without success to setup a rewrite rule which is succesful when you 'test the patten' Anyway I am using wildcards and have found browsers even cache the rules making ...
1
vote
2answers
32 views

php url rewriting in .htaccess

I have tried all i could up to no avail, checked all web tutorials on url .htaccess rewriting, none solved all my problem exclusively, my programming experts help me with this, i have a php web ...
0
votes
1answer
11 views

Rewrite with relative path

I am going nuts over a reqrite rule on my local machine... i even enabled the rewrite log and this is what i get from a single page load on the url it should rewrite: ip - - [21/May/2013:08:13:18 ...
1
vote
1answer
50 views

URL rewriting via Wordpress Rewrite or .htaccess [SOLVED]

JUMP TO EDIT8 TO SEE HOW I SOLVED THIS Let's say I have a Wordpress blog: www.animals.com I have a certain PHP file in my theme directory: www.animals.com/wp-content/themes/mytheme/db.php Also, I have ...
0
votes
0answers
26 views

.htaccess redirect on both domain and /~user/

I've got a problem with rewriting urls when using a domain and x.x.x.x/~user Both these should redirect to the users index.php and then I handle which page the visitor wishes to see by checking the ...
0
votes
1answer
48 views

URL Rewrite => Variable to Subdomain

In my .htaccess file, this code works fine : RewriteCond %{HTTP_HOST} ^(.+).mydomain.com$ RewriteRule ^(.*)$ http://mydomain.com/profile.php?username=%1 [R,L] For example, when I write this URL ...
0
votes
0answers
17 views

Nginx rewrite modify url regular expressions (PCRE)

Need to convert URLs like: mysite.com/UserName ... mysite.com/UserName/?foo=dododo ... mysite.com/v?m=dododo to URL like this: mysite.com/?app=UserName ... mysite.com/?app=UserName&foo=dododo ...
0
votes
0answers
14 views

Rewrite URL subfolders

I've gotten pretty far with rewriting my URL with all you're help. Thank-you so much. I'm looking for some tips on how to do the following... My URL is currently: ...
0
votes
1answer
26 views

IIS rewrite virtual folder

I need to create a URL rewrite rule in IIS for the following: From: http://hostname/virtual_path_folder/myisapi.dll?a=1&b=1 To: http://hostname/myisapi.dll?a=1&b=1 Basically, I'd just ...
0
votes
2answers
65 views

Magento products and categories url prefix

I want to make custom rewrite to categories and products url. In example I have categories : Category 1 > Subcat 11 > Subsubcat 11, I want to have url like ...
0
votes
0answers
21 views

IIS7 Url Rewrite Trailing Slash in reverse proxy (three tier) infrastructure not working causing 404

I can't get the 'Ruslany add slash' rule to work in my environment. (Ruslany Rule #1 here http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx ) all traffic comes ...
0
votes
1answer
30 views

Apache mod rewrite url htaccess

I am a little bit confused and still learning on how to rewrite in Apache htaccess How can I turn this: http://www.mydomain.com/dir1/post.php?%20id=1 into this: ...
1
vote
1answer
31 views

Apache URL Rewriting - change globally the root of a site

I'd like to internally redirect any URL coming to the root and all the subdirectories of a site to a specific subdirectory (and its subdirectories) of this root, i.e. http://example.net/index.html ...
1
vote
1answer
34 views

redirect old urls without index.php and parameters

I was able to get my old URL's with index.php to redirect to my new clean URL's eg: example.com/index.php?gender=m&height=70&weight=150 to example.com/men/70-inches/150-lbs/ However I've ...
0
votes
1answer
26 views

redirect old query URL to new rewritten URL .htaccess

I've successfully made my urls clean using parameters from example.com/index.php?gender=m&height=70&weight=150 into example.com/m/70/150/ so if someone types in that clean URL, they'll get ...
1
vote
1answer
29 views

Mod Rewrite on get vars

I'm working on a private project, which is basicly a profile system. Now I've been trying how to improve the URL formatting. At this moment, I am using URL's which look like: -> ...
0
votes
1answer
31 views

page is displaying error page instead of intended page

This code is really puzzling me as to why this is happening. if i add the [R=302,L] then my link works perfectly as i would hope. but if i don't add it and i have just [L] the it goes to an error ...
-1
votes
0answers
9 views

Strange behavior site url http request (.net) [closed]

If i write wwwwwwww.mysitedomain.com it still takes me with no erros to mysite. the adress is not changing. i cleaned all the rewrite ruls but still no change. the server is iis7, ant ideas? Thank you ...
-1
votes
0answers
49 views

SEO duplicate content for dynamic pages with URL rewrite [closed]

My site consists of 12 images on index.php. There's a sidebar where you can put in filters and the 12 images in the boxes will change. I've rewritten the dynamic URL so ...
1
vote
1answer
20 views

Need to redirect all requests for certain url with pdfs to a file with the file name as a parameter

I am extremely new to rewrite conditions, and have the following need: I need to develop a rewrite rule that will catch all requests for a url structured like the following: ...
0
votes
0answers
60 views

IIS 7 url rewrite module on web.config

can anybody help me with this please. I have IIS7 and the hosting says that the URL Rewrite module has been installed already. I even put into the bin directory the Microsoft.Web.Iis.Rewrite.dll i ...
0
votes
0answers
18 views

IIS 8 ignores rewrite dynamic url

please help :) I am new to IIS and I'm trying to make this work. Read a lot of posts here but found no working solution. Even part of this code is from stackoverflow :) So I wanted to make two things ...
1
vote
0answers
24 views

URL Rewrite not working in IIS

So I have a website running that I need to do a url rewrite in. On the main site I have an application off of it that I do the rewrite in. When the user hits the url http://www.site.com/dl/#### the ...
0
votes
2answers
56 views

.htaccess Rewrite Engine ON, show no_image.png in URL

In order to show no_image.png by .htaccess (if image does not exist) I use: RewriteEngine On RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
-2
votes
0answers
14 views

Better looking URLs dilemma [closed]

So, my question is: What is the best practice in generation of URLs (examples): domain.com/en/pagename.html domain.com/lng_en/pg_pagename.html domain.com/pagename_en.html Some of them need less ...
0
votes
2answers
48 views

how can i do this url (ca.mysite.com) on codeigniter?

i am making a site, that will be used for posting ads listings like backpage or craigslist, now I'm having a problem with URLs, because for now it is available only in US cities, for example: ...
1
vote
1answer
70 views

Remove Duplicate Slashes and Backslashes in URL via .htaccess or PHP [duplicate]

I want to remove completely ALL slashes or backslashes at the end of the URL. http://www.mp7.org/?site=69.com\\\\\\\\\\\\\ via .htaccess or PHP. The following .htaccess rule do NOT work: ...
0
votes
0answers
25 views

rewrite rule to update uri

In our login page, the subomdain should actually be picked up from the URL and rewritten to form URI. User will hit URL like pqr.xyz.com to apache, in apache, need to rewrite above request with ...
0
votes
1answer
52 views

Rewrite Magento Session last URL

How can i get the rewrite url of the $_SESSION['core']['last_url']? Cause $_SESSION['core']['last_url'] is returning like this catalog/product/view/id/166/category/8 and what i need is this ...
1
vote
1answer
23 views

The from url pattern with key word '#', it can not work

e.g.: <rule> <from>^/create#name=(.*)$</from> <to>/page/new/success.jsp?name=$1</to> </rule> when I enter the uri like "/create#name=elvis",it cannot ...
0
votes
0answers
20 views

Rewrite rule for dynamic page outsite Wordpress

I created a dynamic page outsite Wordpress is getlink.php to get links in database and output. Format default page is: http://hostname.com/convert/index.php?id=1 and I want to rewrite a new link is: ...
1
vote
0answers
30 views

Translating URL in .htaccess

Here's what I would like to do Say I have a domain, www.mydomain.com I have my coldfusion application in www.mydomain.com/myapp There is a folder under myapp called x and under x is y like this ...
0
votes
1answer
26 views

Rewrite engine. How to translate URL

I am new to regular expressions and rewrite engine I want to translate: domain.com/type/id on domain.com/index.php?type=type&id=id I use RewriteRule (\w+)/(\d+)$ ./index.php?id=$1&type=$2 ...
0
votes
1answer
31 views

Re-writing URL's with variables (.htaccess)

The CMS I have created uses a variable called "filename" that's passed via the URL to generate pages. My typical URL looks like this: /index.php?filename=about.html I would like to amend my URL's ...
0
votes
1answer
27 views

ASP Rewrite url path

I get an error on rewitting url by: if (!IsPostBack) { string req = Request.QueryString["prodID"]; if (req != null) { int prodID = ...
0
votes
1answer
22 views

Using htaccess to rewrite URL using an ID to a JPG filename

I currently have URLs like this: /video/245008/245008_00000001.jpg /video/245008/245008_00000002.jpg etc. I need htaccess to rewrite the above urls to be: /video/245008/245008_1.jpg ...
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
1answer
32 views

How to load a hash value for index.html?

I have my homepage set to appear on "www.website.com/index.html#home". How can I make it so that "www.website.com/index.html#home" loads when the user simply types in "www.website.com"?
0
votes
1answer
73 views

How to rewrite URL to index.php with a query even if a file/directory/location exists?

I'm trying to rewrite everything from my website to a file index.php with a query parameter that contains requested path, but when I just simply do RewriteRule ^(.*)$ index.php?url=$1 [L] my index.php ...
0
votes
1answer
29 views

Using values of a rewrite rule optional

Maybe somebody can help me on a rewrite Rule. I use the following rewrite Rule with the Apache: RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)/?$ /index.php?q=$1&m=$2&id=$3&p=$4 [L] This ...
0
votes
0answers
33 views

Change a request from a web application to another on IIS

I have 2 Web Applications in my IIS server, Store and Search. The URL to store is: http://store.server.com.br/storename/ We simple bind the "store.server.com.br" to the store app. The URL to search ...
0
votes
0answers
8 views

Remove filename from rewritten URL

Another question for ya! My URL is currently being rewritten to: http://www.mydomain.com/index.php/Toronto/ON/Cars/ But I'm looking to remove the file name so it reads cleaner as: ...
1
vote
1answer
39 views

How to rewrite to a script and also redirect away from that script using .htaccess while avoiding infinite loops

I want to have all the URLs on my site handled by a single script. So I put in a rewrite rule like this: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) ...
1
vote
1answer
123 views

.htaccess redirect if folder name in url

using .htaccess, I'm looking to redirect a URL from one folder to another. For example, if a user requests 'forbiddenFolder' http://www.mysite.com/forbiddenFolder/subfolder or ...
1
vote
0answers
24 views

Dealing with Periods in rewritten Links

With the help of some amazing folks here I've successfully been able to rewrite my URLs. My Links are now setup like this: mydomain.com/city/state/businessname/ But my problem comes into play when ...
1
vote
0answers
20 views

multpile languages in htaccess rewriterule

This rewrite rule in my htaccess works fine: Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ...
0
votes
0answers
21 views

IIS 7.0 URL Rewrite - private IP

I want to create a reverse proxy IIS. The input URL is http://[Public IP]:15050/root/ I would like to redirect this to http://[Private IP]:8080/root/ How do I set the pattern/ condition/ action? ...
0
votes
0answers
37 views

iis rewrite https to http whilst keeping existing https rules

Need help writing a rewrite rule which directs all accidental https traffic back to http, whilst keeping my actual defined https rules. This is what I've got so far, but its creating redirect loops ...
0
votes
1answer
65 views

htaccess mod_rewrite - reroute all urls to index except /admin

I'm setting up a small set of rewrite rules in an htaccess file, where I want every url to go to a index.php file except for /admin which I want to redirect to admin.php. Not very familiar with ...
-2
votes
1answer
27 views

Htaccess url rewrite -stripping the large url to user friendly one [closed]

I have link say http://www.domain.com/index.php?route=page/view&id=cs-schedule I want to rewrite the same to http://www.domain.com/page/view/id/cs-schedule how it is made possible?

1 2 3 4 5 7