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 ...
262
votes
13answers
129k views
Modify the URL without reloading the page
Is there any way I can modify the URL of the current page without reloading the page?
I would like to access the portion before the # hash if possible.
I only need to change the portion after the ...
6
votes
7answers
1k views
.htacces to create friendly URLs. Help needed
I'm having a hard time with .htacces. I want to create friendly URLs for a site I'm working on...
Basically I want to convert this:
http://website.com/index.php?ctrl=pelicula&id=0221889
...
37
votes
13answers
29k views
How to remove “index.php” in codeigniter's path
How do I remove the "index.php" sticking out in every path in codeigniter somewhere in the center?
I want clean non index.php-fied URLs?
8
votes
11answers
13k views
How to: URL re-writing in PHP?
I am trying to implement URL rewriting in my PHP application. Can someone share a step by step procedure of implementing URL rewriting in PHP - MYSQL.
In my application I want to implement following ...
24
votes
7answers
7k views
How to show Ajax requests in URL?
What I want is to have links which change a part of the page , and a dynamic URL for it, where I can specify variables such like #calendar=10_2010tabview=tab2
Check this for an exact example: CLICK ...
4
votes
1answer
5k views
RewriteRule Last [L] flag not working?
php_flag display_errors 1
php_value auto_prepend_file init.php
RewriteEngine on
RewriteRule ^$ /id/authenticate [R]
RewriteRule ^login_openid$ /id/login_openid.php [QSA,L]
RewriteRule ...
2
votes
2answers
556 views
Rewriting an arbitrary number of path segments to query parameters
I have this .htaccess rule:
RewriteRule viewshoplatest/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/$ ...
37
votes
7answers
12k views
IIS URL Rewriting vs URL Routing
I was planning to use url routing for a Web Forms application. But, after reading some posts, I am not sure if it is an easy approach.
Is it better to use the URL Rewrite module for web forms? But, ...
2
votes
2answers
6k views
How to hide the .html extension with Apache mod_rewrite
I have a small number of static sites where I simply want to hide the .html extension:
the url /foo fetches the static file /foo.html
the browser still displays the url /foo
The client can then ...
20
votes
2answers
32k views
.htaccess mod_rewrite - how to exclude directory from rewrite rule
I have 8 lines of rewrite rules in my .htaccess file. I need to exclude two physical directories on my server from these rules, so they can become accessible. For now all requests are sent to ...
22
votes
4answers
6k views
ASP.NET URL Rewriting
How do I rewrite URL's in ASP.NET?
I would like users to be able to goto http://www.website.com/users/smith instead of http://www.website.com/?user=smith
9
votes
3answers
3k views
How to rewrite URL without refresh, like GitHub.com
I was browsing GitHub.com and I noticed when looking at the source for a repository, and you click on a file, the source code slides in and the URL changes, but it doesn't appear as if the page has ...
15
votes
5answers
4k views
How to handle diacritics (accents) when rewriting 'pretty URLs'
I rewrite URLs to include the title of user generated travelblogs.
I do this for both readability of URLs and SEO purposes.
http://www.example.com/gallery/280-Gorges_du_Todra/
The first ...
6
votes
2answers
9k views
Multi-lingual websites with ASP.NET MVC
When building a multi-lingual website (with ASP.NET web forms), I'll use an HTTP module to rewrite the URLs to end up with something friendly (for humans & search engines) like:
...
3
votes
1answer
1k views
Change single variable value in querystring [closed]
I am given a page url like 'http://abc.com/test.php?a=1&b=2&c=3'. Now I have been told to change the value of b to 5 so that it becomes 'http://abc.com/test.php?a=1&b=5&c=3'.
i.e ...
17
votes
2answers
13k views
Is there a url rewriting engine for Tomcat/Java?
How can we provide URL-Rewriting support for Tomcat/Java ?
mod_rewrite provides this functionality for Apache and can modify URLs even before they reach the handler (e.g. PHP). Is there a similar ...
2
votes
3answers
570 views
SEO Friendly URL
I love the way SO gives link to question
Like this question have the link http://stackoverflow.com/questions/6002203/seo-friendly-url
where the question title is seo-friendly-url
I'm creating a blog ...
9
votes
8answers
20k views
Can I use commas in a URL?
I typically use URL rewriting to pass content IDs to my website, so this
Foo.1.aspx
rewrites to
Foo.aspx?id=1
For a specific application I need to pass in multiple IDs to a single page, so ...
6
votes
3answers
221 views
The Redirection of Multiple Parked Domains doesn't Work with Filename [closed]
My problem seems simple to me but I cannot find a simple solution. Here goes: I have one main domain, and multiple domains pointing to that main domain. To avoid duplicate content I'm trying to ...
3
votes
2answers
4k views
Remove .php extensions with .htaccess without breaking DirectoryIndex
I have the following rewrite in my .htaccess file which removes the .php extension from files, converting for example so.com/question.php to so.com/question.
RewriteEngine On
RewriteCond ...
3
votes
2answers
700 views
Simple rewrites in Zend Framework
This seems like a very simple question, but I've only found complicated answers. I've got a Zend Framework application that requires users to login. The loginAction() and logoutAction() are defined in ...
23
votes
2answers
6k views
How do I route images using ASP.Net MVC routing?
I upgraded my site to use ASP.Net MVC from traditional ASP.Net webforms. I'm using the MVC routing to redirect requests for old .aspx pages to their new Controller/Action equivalent:
...
13
votes
3answers
3k views
Java code/library for generating slugs (for use in pretty URLs)
Web frameworks such as Rails and Django has built-in support for "slugs" which are used to generate readable and SEO-friendly URLs:
Slugs in Rails
Slugs in Django
A slug string typically contains ...
4
votes
4answers
3k views
Enabling back/fwd key events for an Ajax Application
I have an application which works heavily on AJAX. However I want to have navigation functionalities in it. To spoof the url, I am changing the location.hash, to generate URL. But if i use back/fwd, ...
9
votes
1answer
613 views
Pretty URLs in PHP frameworks
I know that you can add rules in htaccess, but I see that PHP frameworks don't do that and somehow you still have pretty URLs. How do they do that if the server is not aware of the URL rules?
I've ...
4
votes
2answers
2k views
Simulate file structure with PHP
I'm running PHP on a shared Apache web server. I can edit the .htaccess file.
I'm trying to simulate a file file structure that is not actually there. For example, I would like for the URL: ...
3
votes
3answers
1k views
PHP dynamic DB page rewrite URL
How can I make www.mydomain.com/folder/?id=123 ---> www.mydomain.com/folder/xCkLbgGge
I want my DB query page to get it's own URL, like I've seen on twitter etc etc.
3
votes
2answers
3k views
Convert to lowercase in a mod_rewrite rule
I would like URLs like server.com/foo to be case-insensitive.
But server.com/foo actually gets mod_rewrite'd to server.com/somedir/foo
(Assume that all the files in "somedir" are lower case.)
So the ...
3
votes
1answer
1k views
Query Strings & Mod ReWrite
I'm not too inexperienced with ReWrite (not a master either, though) so I was hoping somone might be able to help me.
RewriteRule ^$ index.php?page=home [NC]
RewriteRule ^adm$ ...
2
votes
5answers
13k views
htaccess code to remove extension AND add+force trailing slash?
I'm trying to put together some htaccess code that will turn example.com/filename.php into example.com/filename/ (and force the slash) - I've tried varous approaches, but each hasn't worked quite ...
10
votes
4answers
8k views
urlencoded Forward slash is breaking URL
About the system
I have URLs of this format in my project:-
http://project_name/browse_by_exam/type/tutor_search/keyword/class/new_search/1/search_exam/0/search_subject/0
Where keyword/class pair ...
1
vote
3answers
3k views
mod_rewrite URL info required
I am new to this mod_rewrite.
I have been successfully able to rewrite the URL something like this:
http://mydomain.com/products/12 to this: http://mydomain.com/products.php?prodId=12
But when I give ...
1
vote
6answers
1k views
How do I do URL rewriting in php?
This is a double question: The correct answer will go to "How you do it in PHP" explaining if there is any advantage goes also counts if possible.
I'm just curious because I really don't know and I ...
10
votes
3answers
2k views
Removing .aspx from pages using rewriteModule?
I'm using ASP .NET rewriteModule to rewrite http://example.com to http://www.example.com.
<section name="rewriteModule" type="RewriteModule.RewriteModuleSectionHandler, RewriteModule"/>
Then ...
4
votes
7answers
3k views
Is it possible to do friendly url (url rewriting) in classic asp?
I know how to create/implement friendly url in asp.net, but is it possible (and if so - how) to do it in classic asp?
if its impossible, how would google respond (SEO) to creating pages whos sole ...
1
vote
2answers
1k views
Routing URLs in PHP
I'm currently working on a little web page project. I decided to use Apache (no idea of version), PHP (5.1.7, version imposed by my service provider) and Dwoo (templating) for this purpose.
I'm ...
8
votes
2answers
7k views
The element > system.webServer' has invalid child > element 'rewrite'
Warning 1 The element
'system.webServer' has invalid child
element 'rewrite'. List of possible
elements expected: 'asp, caching, cgi,
defaultDocument, directoryBrowse,
globalModules, ...
1
vote
2answers
463 views
dynamic seo title for news articles
I have a news section where the pages resolve to urls like
newsArticle.php?id=210
What I would like to do is use the title from the database to create seo friendly titles like
...
1
vote
2answers
839 views
URL rewriting-code for rewriting
i am working for a site,which is in php.....i want to rewrite url
e.g www.3idiots.co.in/stories.php?id=17
if i want to rewrite it as
www.3idiots.co.in/stories/17.html
can any one tell me the ...
0
votes
3answers
196 views
Shorten the URL from example.com/page.php?var=letters to example.com/letters
I'm kinda new to URL Rewriting in .htaccess , and I tried to do it myself following some tutorials. No success though ....
I want to shorten http://www.example.com/page.php?var=letters to ...
6
votes
3answers
10k views
Rewriting URLs from https:// to http:// in IIS7
I'm trying to rewrite urls from the form:
https://example.com/about
to the form
http://example.com/about
using IIS7 URL rewriting:
<!-- http:// to https:// rule -->
<rule ...
24
votes
2answers
15k views
What is the WCF equivalent of HttpContext.Current.Request.RawUrl?
I've got some RESTful services running in a pure WCF context (i.e. ASP.NET compatibility is not enabled, and thus there is no HttpContext.Current object available).
The URLs to the services are ...
13
votes
2answers
2k views
ASP.NET MVC UrlHelper.GenerateUrl exception: “Cannot use a leading .. to exit above the top directory”
I am using the IIS 7 Rewrite module to rewrite an incoming url like:
http://server/year/all
to
http://server/application/controller/year/all
Everything works fine, except when, while processing ...
10
votes
5answers
7k views
jQuery on the fly URL shortener
I'm looking for an on the fly URL shortener much like how tweetdeck works. I have found many jQuery and general javascript plugins that take a url and run it through a shortening service such as ...
8
votes
1answer
8k views
URL Rewriting in .Net MVC
I'm wondering what is the best way to handle URL in MVC. For example, in my application I have a PageController can link to /website/Page/Index/3 or /website/Page/home. The menu is built dynamically ...
5
votes
3answers
2k views
Redirecting URL without www to www
I need your help. I want to test if the URL is entered without www
like example.com it should be forwarded to www.example.com.
5
votes
4answers
10k views
.htaccess 301 redirect for all https to http EXCEPT ONE PAGE
Here is the code I have currently in my .htaccess file:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ ...
14
votes
3answers
19k views
Should I use Url.Content() or ResolveUrl() in my MVC views?
When building code like this:
<script type="text/javascript" src="<%=ResolveUrl("~/js/js.js")%>"></script>
or
<input type="image" ...
4
votes
2answers
940 views
Forwarding http://mydomain.com/ctrlr/act/val to http://WWW.mydomain.com/ctrlr/act/val
I have an application written on ASP.NET MVC (V 1.0). The application runs on IIS7 and the DNS is provided by GoDaddy.
I would like to forward any request that comes from ...
2
votes
2answers
3k views
htaccess rewrite breaks relative paths
I have an htaccess file which maps http://www.myserver.com/home/ to http://www.myserver.com/index.php?section=home
This part works fine. The issue I am facing now is, all my images and css reside in ...

