Refers to URL rewriting, or the restructuring of a URL to improve readability and/or search engine optimization (SEO).

learn more… | top users | synonyms

4
votes
0answers
93 views

Configure nginx to statically cache certain URLs

I want to cache certain URLs in my app by looking up static files directly. However, the statically cached files may not exist, so I only want to redirect the request if the files exist. I imagine I ...
2
votes
0answers
147 views

Rewriting Git history using filter-branch to remove multiple instances of a directory

Structure of Git repo foo in master branch foo/refs/a.txt foo/bar/refs/b.txt In other branches refs/ might be in lots of other places Goal: To remove all instances of the directory refs (and their ...
2
votes
0answers
94 views

.htaccess not loading, even after httpd.conf changes

I was trying to fiddle with wordpress permalinks the other day, and they weren't working. (returning 404s due to not reading the .htaccess under a nested .htaccess) After a little Googling, I decided ...
2
votes
0answers
209 views

Enable rewrite mode in xampp in localhost

I hope that someone can help me with my problem... I'm using Windows 7 64-bit (maybe this is not important) and I have xampp installed. In my htdocs/ directory I have more then one project. Now, for ...
2
votes
0answers
73 views

Mediawiki's thumbnail handler (rewrite) doesn't work

My .htaccess: RewriteEngine On RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L] RewriteRule ^/?$ %{DOCUMENT_ROOT}/w/index.php [L] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f ...
2
votes
0answers
265 views

can't get static files using lighttpd & tomcat

I am using lighttpd and tomcat running behind. I want lighttpd to handle all static files like images / css. Here is my config : $HTTP["host"] =~ "www.example.com" { alias.url = ( "/images_deal/" ...
2
votes
0answers
1k views

Apache rewrite rules for cookies

I have an interesting problem. I need to implement rewrite rules based on if a cookie is there or not. Thats easy enough, the below rewrite rule will check if the cookie is there and if it is it will ...
2
votes
0answers
328 views

Deployment in Webmatrix to IIS 7 removes Rewrite Rules

We are using Webmatrix to host and test (locally) our Silverlight 4 app that is hosted in a asp.net web app. The Silverlight client also calls a WCF service on the web app. We want to take the app to ...
1
vote
0answers
24 views

Placing Magento in a subdirectory does not work

I have a rule in /root/.htaccess which rewrites mydomain.com/shop to my /root/magento/ directory: RewriteRule ^shop/(.*)$ magento/$1 [L] RewriteRule ^shop magento/index.php But this causes ...
1
vote
0answers
27 views

RewriteCond with negative conditions

I'm trying to rewrite all www.site.com/hello to www.site.com/index.php?p=hello and it works with the following code (in .htaccess): RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]*)/?$ ...
1
vote
0answers
17 views

ToroPHP5 .htaccess Cpanel error: No input file specified

htaccess and framework ToroPHP5 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php) RewriteRule ^(.*)$ /index.php/$1 [L] This is ...
1
vote
0answers
20 views

htaccess Rewrite for two similar domains, Images not working

I have two domains, maindomain.com, and a parked domain, parkeddomain.com. The two have overlaying pages, so I would like to have both hosted from the same host and directory. For example: ...
1
vote
0answers
40 views

how to append query string based on referrer using htaccess rewrite rule

Ok so i'm trying to come up with some rewrite rules in Iirf.ini and i can't quite get it. I'm looking to check the referrer and then add something to the querystring of url you are hitting 1.so say i ...
1
vote
0answers
58 views

Rewrite rule for subdomain, nice URL variable and slash

I struggle with setting up proper mod_rewrite rule for my domain. I was never any good at regexp-kinda expressions, but every documented tutorial I just fail to use for myself. Domain: example.org ...
1
vote
0answers
44 views

Processing certain URL in apache when configured with Websphere application server, plugin-cfg.xml

I have configured Drupal apache server with WAS using the mod_was plugin. Now certain URI have to be processed by the drupal server and these URI come under the URI configured in plugin-cfg.xml EX: ...
1
vote
0answers
68 views

$_POST not working with apache rewrite. using index.php as controller

THE PROBLEM: I can't get any POST variables anywhere. Not even at the top of index.php. Is this because of the apache rewrite rule? Here is my .htaccess rewrite rule: Options +FollowSymLinks ...
1
vote
0answers
80 views

htaccess redirect https

I am running a website based upon a CMS. Within the CMS backend there is an option to make the site served via https. This then updates a config.php file. This may or may not be relevant to the ...
1
vote
0answers
33 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 ...
1
vote
0answers
14 views

real estate large scale 301 redirect

Trying to work out what to do in regard to a redirect of a new client real estate website. We have no access at all to the old site and the url structure on new is forcibly different due to randomly ...
1
vote
0answers
62 views

Could I replace URLRewriteFilter with Rewrite?

One of my projects use URLRewriteFilter. URLRewriteFilter has a xml rewrite file. The Rewrite gives me a in-code-configuration. It's a more ellegant way to configure for me. But they do not have ...
1
vote
0answers
31 views

tomcat url domain rewrite

I have an application that lives on tomcat without apache fronting it and as our company has grown and changed we have cnamed multiple domains to this application. So now www.mydomain.com ...
1
vote
0answers
52 views

.htaccess block all in directory exept index.php

I wrote this script to deny all exept index.php Order allow,deny Deny from All <Files *> Order Deny,Allow Deny from all </Files> <Files index.php> Order Deny,Allow Allow ...
1
vote
0answers
65 views

htaccess versioning, check if file exists in multiple places

Thanks in advance for your help! So I have the following .htaccess code. It seems to work. However, it has to be the most bloated inefficient piece of work in existence. There just HAS to be a ...
1
vote
0answers
38 views

Re-direct if query doesn't match current date

I run an image based site, I'm having problems with downloading plugin Image Host Grabber, as well as direct linking to files and not web pages on twitter/facebook etc (as there is a referrer, common ...
1
vote
0answers
64 views

iis7 asp.net mvc webapi rewrite

I have the same problem as in the referenced post (Rewrite rule for WebAPI fails because of ExtensionlessUrlHandler) and have tried several attempts to workaround the issue with some success. What I ...
1
vote
0answers
25 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
77 views

Looking for a correct .htaccess rewrite for IIRF.ini (IIS6)

I'm having some trouble with a windows hosting. We're working with PHP and need an mod_rewrite. Yet windows does not support .htaccess. We do have IIRF. Can someone help me with translating this ...
1
vote
0answers
21 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 ...
1
vote
0answers
141 views

Excluding specific file from Rewrite Rule. htaccess

This is the simple htaccess file we're using it for a REST framework. I just want to exclude one file /lib/MyFile.php from being rewritten. (All requests go through index.php and so needs BasicAuth) ...
1
vote
0answers
103 views

WordPress Process $_POST Inside Parse Request

I'm writing an application to receive and process an Instant Payment Notification message in wordpress. It is a POST request made to a "virtual" url with rewrite rules. The problem however is that ...
1
vote
0answers
211 views

Nginx 2 Parameters URL Rewriting

Basically I have the following URL: http://website.com/details.php?id=10&id=1 And I wanted to be rewritten in http://website.com/details.customextension I've tried adding the following line: ...
1
vote
0answers
121 views

URL Rewrite 2.0 not excluding subfolder

Could someone please help me to solve my problem? I'm using ASPX files on IIS 7.5 and URL-Rewrite 2.0 to get SSL in any access condition: www.somedomain.com -> https://www.somedomain.com ...
1
vote
0answers
29 views

rewrite url's but for a different domain

We're in a need to rewrite some url's in our site (we use NGINX) so they will appear as a different domain. For example we want www.mydomain.com/category to become www.newdomain.com Also any related ...
1
vote
0answers
95 views

Rewrite rule. .htaccess . ERR_TOO_MANY_REDIRECTS

I added the following Rewrite rule to .htaccess: RewriteEngine on RewriteRule ^page/?$ index.php?cat=123 [L] and it loads content of /index.php?cat=123 when I go to www.site.com/page The problem ...
1
vote
0answers
173 views

Rewrite URL on response, not on request

I need to rewrite an URL in order to have a good-looking URL on an IBM WebSphere Portal website. For now, the URL looks like this: ...
1
vote
0answers
93 views

mod_rewrite redirect any instance of index.php to root of directory index.php

What I want to achieve: alias/index.php?"anything here" works all the time alias/"any directory"/index.php redirects to alias/index.php "any file.php" redirects to alias/index.php alias/"any ...
1
vote
0answers
52 views

Apache rewrite all urls that start with

there are several questions answered how to rewrite urls that start with a certain word or combination My question is how to EXCLUDE all urls that start with a word. In my case ...
1
vote
0answers
124 views

URL Redirect based on client logged in

How do I redirect url based on register client in c# .net or asp.net 4.0. For example if client registers as "client1" and our website is www.mycompany.com for every page client proceeds should get ...
1
vote
0answers
76 views

Apache Rewrite Rule Remove Params with Proxy Reverse

I am a bit green when it comes to rewrite rules and am looking for help. I have a requirement to do things: Use apache to be a reverse proxy Strip some params from a url in case of parameter ...
1
vote
0answers
33 views

Domain name on a host, site on another, help in handling redirect/url (probably HTACCESS)

I have a domain name bought on a host, let's say www.MyURL.pl and I can point it to a host with the site as a REDIRECT or IFRAME. The site is published on httq://publish.site.pl If I use IFRAME, in ...
1
vote
0answers
129 views

URL Rewrite/Reverse Proxy of Friendly Names IIS 7 and Wordpress

My Configuration looks like this: Server A is hosting a website - sitea.com It is also reverse proxying to Server B that is hosting a Blog site. The reverse proxy works just fine, if I navigate to ...
1
vote
0answers
96 views

.htcaccess exclude folder

i tried to exclude some folder from mod_rewrite, i have searched and try all of them. but, it didn't work. i use it on localhost. this is how my .htaccess file looks like. RewriteRule ^$ index.php?/ ...
1
vote
0answers
181 views

nginx rewrite 404 err

How it should work frontend start page is http://server/apex/ - dead page redirect to work page, to /apex/f?p=100:4:0::NO::: make clean url types http://server/apex/4/0/NO location / { ...
1
vote
0answers
233 views

Cookie set with document.cookie not getting detected in IE

Am setting one Cookie. Below is the code, var myCookie="MyCookie"; document.cookie = myCookie+"="+escape("myValue")+ ";expires="+";path=/;"; This code is in my xhtml page. I could see this Cookie ...
1
vote
0answers
107 views

How to stop URL rewrite for archives in wordpress

I was setting up url rewrite for wordpress blog to remove all dates from the url (www.example.com/2012/08/postname). I had to do it through htaccess because it was new design for established blog, and ...
1
vote
0answers
98 views

wordpress: domain mapping and site URL display

i am a wordpress newbie and have not much experience with their settings. Basically, i have recently set up a domain mapping for an existing wordpress site that i took over and that i had to move to ...
1
vote
0answers
313 views

One page website: Rewrite URL in address-bar when clicking an anchor-link

I have set up a one-page, horizontal scrolling website with several anchors combined with DIV-id's. The website has five pages side-by-side that automatically render full-page based on the visitors ...
1
vote
0answers
97 views

RewriteCond to exclude a directory IIS

I have the following rules in my .htaccessfile RewriteEngine On RewriteCond %{REQUEST_URI} ^/admin/ RewriteRule ...
1
vote
0answers
38 views

Persisting Wordpress Custom Taxonomy Tag In Permalink

In wordpress I need to prefix the permalink with a custom taxonomy tag lets say %writer% and maintain the standard category structure after that. For e.g /steve-brookes/novels/thrillers/ Where ...
1
vote
0answers
20 views

Setting up page returned by controller action

My problem is to make the server to recognize the files in my folder, I'm doing my own MVC framework and the problem comes about when I redirect a page from my controller, for example in the first ...

1 2 3 4 5 22