Edgewall Software

Changes between Version 2 and Version 3 of TracPrettyUrls


Ignore:
Timestamp:
Dec 29, 2004, 4:11:37 AM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracPrettyUrls

    v2 v3  
    3030'''Note:''' This is actually not necessary. You can just use !ScriptAliasMatch directly. I'll add an example later. -- DanielLundin
    3131
     32'''Also Note:''' Another simple way to do this is to put a redirect in {{{/usr/share/trac/htdocs}}}, such as:
     33
     34{{{<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://<<yourserver>>/cgi-bin/trac.cgi">}}}
     35
    3236----
    3337See also: TracInstall, TracMultipleProjects