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 ...
1
vote
2answers
499 views
Url rewrite subfolder to root and forbid accessing subfolder
I have drupal installed in a subfolder drupal, but I want to access pages as it is in root folder: http://www.example.com instead of http://www.example.com/drupal
I'm able to have this working, but ...
0
votes
2answers
85 views
IIS Rewrite Module 2.0 question
If I have to install "IIS Rewrite Module 2.0" on my machine for it to work, since my web site runs on a shared web server, does that mean that my host has to have this installed in order for it to ...
1
vote
1answer
67 views
Are there any possible pitfalls/issues that can arise from URL Rewrites?
I'm in the process of move a website for a client, utilizing a new theme. Usually this is straightforward enough but some of the base 'category' URLS they use are mess and they would also like to be ...
1
vote
1answer
198 views
How to handle CNAME host redirect to virtual directory?
I have an internal website and virtual directory http://server2012/logs. I created a CNAME on my DNS server as LOGS -> server2012. I would like to set it up so that http://LOGS redirects to ...
1
vote
1answer
103 views
URL rewrite and domain frame
I have registered the domain www.posti.sh at nic.sh. The website is on the server www.myskoob.com/postish. Unfortunately, nic.sh does not support frames, i.e. that the domain stays posti.sh as it ...
1
vote
1answer
148 views
dynamically rewrite URLs upon the user's selection - is it possible?
In my PHP based web application, there's a form that generates a URL according to the user's selection.
The form has 7 different fields, each one of them affects the final URL, none of them is ...
1
vote
0answers
39 views
optimize htaccess
I have two condition which are conflict
RewriteRule ^patients/findadoctor/(.*)\.html$ subcategorydoctor.php?id=$1 [L,NC] and
RewriteRule ^patients/findadoctor/(.*)\.html$ ...
1
vote
0answers
118 views
Handling URL Rewrite in IIS5
On an older server, using IIS5, I have an error handling page which for some missing pages uses Server.Transfer to load other pages based on a database.
The pages all work for a browser but some ...
0
votes
0answers
16 views
Move a website to subdomain while preserving (rewriting) URLs
I'm considering to move the (Confluence) wiki content of www.site.com to the subdomain wiki.site.com to make room for a well-designed landing page (Wordpress) which should take the wiki's place on ...
0
votes
0answers
30 views
http://www.mysite.com/c/v to display different domain:http://www.myothersite.com/c/v
My site is written in asp.net using C#/MVC 4.5, and is hosted on Windows Server 2008, IIS7. #
It has the following route https://mysite.com/c/v. When the user types in https://www.myothersite/c/v, I ...
0
votes
0answers
36 views
URL rewrite with mod_rewrite
I have rewrite rule in parent directory which rewrites URL:
From example.com/index.php?id=test&cat=category
To example.com/index?test&cat=category
Here is my .htaccess file:
Options ...
0
votes
0answers
193 views
URL-rewriting on Plesk using ISAPI_rewrite3 Lite
I am using Plesk Windows based web server with Windows 2008 server OS with IIS-6 for my e-commerce website.
I want to rewrite URLs for all dynamic pages, So I installed ISAPI_Rewrite 3 Lite on my web ...
0
votes
0answers
126 views
Rewrite Generic URLs into real URLs on Google Analytics
I have an iPhone app for a forum which also has a limited Google Analytics reporting.
This app reports the page views in following generic form:
/forum/67
/thread/29036
etc...
The numbers above ...
