[EMAIL PROTECTED] wrote:
pereinar    2002/06/02 05:33:38

Modified: src .htaccess
src/docs config.cfg
src/docs/1.0/os/win32 Changes.pod config.pod install.pod
Added: src/about .cvsignore
src/docs/1.0/os .cvsignore config.cfg
Removed: src/docs credits.pod
src/docs/1.0/os/win32 config.cfg
Log:
src/.htaccess:
changed some faulty redirects.
src/about/.cvsignore:
added .cvsignore
src/docs:
moved win32 docset to os docset with Win32 as a group. Added os docset to docs.
added .cvsignore to os
fixed some errors in win32 config.pod and install.pod (POD link errors)
Added this to changes and made CHANGES -> Changes
removed credits.pod which is now obsolete.
Revision Changes Path
1.8 +7 -13 modperl-docs/src/.htaccess
Index: .htaccess
===================================================================
RCS file: /home/cvs/modperl-docs/src/.htaccess,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .htaccess 12 May 2002 10:36:14 -0000 1.7
+++ .htaccess 2 Jun 2002 12:33:38 -0000 1.8
@@ -6,19 +6,13 @@
Redirect permanent /guide/ http://perl.apache.org/docs/1.0/guide/
# Distributed with mod_perl
-Redirect permanent /src/mod_perl.html http://perl.apache.org/docs/index.html
Redirect permanent /src/apache-modlist.html http://perl.apache.org/products/apache-modlist.html
-Redirect permanent /src/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /src/mod_perl_traps.html http://perl.apache.org/docs/index.html
# (equivalent to those with /src above, but it seems like the dist is kept symlinked in 2 locations)
-Redirect permanent /dist/mod_perl.html http://perl.apache.org/docs/index.html
Redirect permanent /dist/apache-modlist.html http://perl.apache.org/products/apache-modlist.html
-Redirect permanent /dist/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /dist/mod_perl_traps.html http://perl.apache.org/docs/index.html

why bogus? redirecting them to the root of the docs is better than 404, no?


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to