Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

mod_speling_Funktionalität_für_per_Map_definierte_

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  deploy issue for asp.net project  
Author Message
holger.norden

External


Since: Feb 01, 2008
Posts: 2



(Msg. 1) Posted: Fri Feb 01, 2008 4:24 am
Post subject: mod_speling_Funktionalität_für_per_Map_definierte_
Archived from groups: alt>apache>configuration (more info?)

Hi *,

hat jemand bereits versucht, eine Rewrite Map mit einer
Fehlerbehandlung zu kombinieren?
Beispiel: Die map enthaelt eine Zeile wie
googlegroup http://groups.google.com

Der User nutzt einen Shortcut Aufruf wie
www.myscserver.de/googlegroup und wird weitergeleitet
Aber folgende SCs sollten ebenfalls und ohne separate Anlage in der
Map weitergeleitet werden:
/google groups
/google group
/goglegroups
/GogleGroup

Gleiches auch für Fälle wie coupe und z.B. coupé oder coupee.
mod_speling kann das leisten, aber leider wohl nicht in maps.

Danke, Holger

 >> Stay informed about: mod_speling_Funktionalität_für_per_Map_definierte_ 
Back to top
Login to vote
holger.norden

External


Since: Feb 01, 2008
Posts: 2



(Msg. 2) Posted: Fri Feb 01, 2008 4:30 am
Post subject: Re:_mod_speling_Funktionalität_für_per_Map_definie [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, her comes the english version:

Did anyone try to combine a rewrite map with spelling?
Examle: The map contains a rewrite like
googlegrouphttp://groups.google.com

If the user enters a url like www.myscserver.de/googlegroupund this
will be mapped.
Following shortcuts needed to be mappe too without adding them to the
map ...
/google groups
/google group
/goglegroups
/GogleGroup

Same to other, missing or additional characters like with
SC 'coupe' requested as 'coupé' or 'coupee'.
mod_speling will do so but not when using maps.

Thanks, Holger

 >> Stay informed about: mod_speling_Funktionalität_für_per_Map_definierte_ 
Back to top
Login to vote
HansH

External


Since: Dec 08, 2006
Posts: 162



(Msg. 3) Posted: Fri Feb 01, 2008 11:06 am
Post subject: Re: mod speling Funktionalität für per Map definierte Rewrites [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<holger.norden.DeleteThis@interone.de> schreef in bericht
news:b96235f6-2352-4ed0-93cb-48b9d316a49c@q77g2000hsh.googlegroups.com...
> Did anyone try to combine a rewrite map with spelling?
> Example: The map contains a rewrite like
> googlegroup http://groups.google.com
>
> If the user enters a url like www.myscserver.de/googlegroupund this
> will be mapped.
> Following shortcuts needed to be mappe too without adding them to the
> map ...
> /google groups
> /google group
> /goglegroups
> /GogleGroup

Mod_speling -with a single l indeed- will try to match an url to a local
file or folder.
While googlegroup is not a physical folder on your system it'll do nothing
for you.

Case insensitivety can be achived by nesting two maps
RewriteMap map txt:keywords
RewriteMap lc int:tolower
rewriterule (.*) %{map:%{lc:$1}}

> 'coupe' requested as 'coupé' or 'coupee'.
Diacriticals ... a ball game I dislike ...


Hans
 >> Stay informed about: mod_speling_Funktionalität_für_per_Map_definierte_ 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Hotlinking - I have a free site on royalfreehost.com and I wanted to use some of the images on another site - which is hosted on a pay site - by using hotlinking (to reduce bandwidth, ok, I know it's naughty!) It worked at first. After a few days it stopped ..

cgi search engine for Intranet website - I'm looking for a good (and easy to use) search engine for use on an internal website. I need/want it to search only the web pages on the loacl apache server (running on Redhat 9). Want it to be able to search the bodies of the pages for keywords....

Known issues with running Apache and IIS simultaneously? - Hello, My company is considering running Apache and IIS together on one server. I have researched the possibilities of doing this on the web, but I have found little information apart from basic configuration instructions and some known configuration..

Apache+Tomcat+Cocoon - Anyone ever get those 3 latest-stable release ever work? I got Apache+Tomcat works fine. But I can't get Cocoon to work. All I got when I did http://localhost:8080/cocoon is a directory listing. Helps are greatly appreciated. PS: Its too confusing to....

puzzled with redirect - I want to redirect everyting that goes to http://myweb.TLD/foo/bar/ to http://otherweb.TLD/foobar/index.php?page=getfirstpage what I mean is that no matter if they look for /foo/bar/index.html or /foo/bar/subdir/blah.txt they always get redirected to th...
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]