|
Posted
almost 8 years
ago
by
[email protected]
You!! Mikel!!! THANKS!!!!! That worked beautifully! On Saturday, 15 November 2014 17:55:30 UTC+1, Mikel Stone wrote: > > Hi Drew, > > I struggled with the same problem and for me this line helps: > >
|
|
Posted
almost 8 years
ago
by
Michael Sprague
I'm really struggling with URLRewrite and Tomcat, specifically rewriting URLs without an extension. I'm using Lucee (CFML), but I think this problem is at the Tomcat level. Here are two rules, the only ones in my .htaccess file. RewriteRule ^/testpage$ /controller.cfm?permalink=testpage [L]
|
|
Posted
almost 8 years
ago
by
Facundo Curti
Hi there. I'm trying to make work this rules, but for some reason, it trigers a recursive redirect.
|
|
Posted
almost 8 years
ago
by
Facundo Curti
I'm trying to make friendly URL's with urlrewritefilter on a java web page. At first, I made this and it works fine:
|
|
Posted
almost 9 years
ago
by
Barath Subramaniam
Hi All, I am referring the documentation http://tuckey.org/urlrewrite/manual/4.0/guide.html and i am not able to make the below usecase work in my application . 1) "Permanently redirect incoming URLs containing jsessionid " referred in the guide. - My usecase is to strip of jessionid but
|
|
Posted
over 9 years
ago
by
zappulle
So after much experimentation I found how to do remove the JSP extension from all pages. The rule below translats any page that has 1 or more characters in the page URI and fowards it to [page name].jsp Its important to not fire the rule if its not a JSP page off the context root for my site so
|
|
Posted
over 9 years
ago
by
zappulle
I am wondering if this product is supported? I seen many unanswered questions both here and on Stack Overflow. Specifically, I'd like to translate something like /Logon to /Logon.jsp. I've tried many rules and have come this one except it goes recursive on me. So I thin a negative rule is
|
|
Posted
over 9 years
ago
by
Ujjwal Singh
move above 4 lines to 'urlrewrite.xml' and place in same location as web.xml
|
|
Posted
over 9 years
ago
by
zappulle
Does anyone have an example of the rule(s) to tidy up a JSP page URL in a generic manner? I'd like to remove the .jsp file extensions from all pages without having to specify the page name in each rule. i.e. from /Login.jsp to /Login for all jsp pages.
|
|
Posted
over 9 years
ago
by
Deiverson Silveira
Hi Group, I try download in site official: http://urlrewritefilter.googlecode.com/files/urlrewritefilter-4.0.3.jar But occour error 404. How can make download in other link? Regards,
|