# Main options
Options +ExecCGI +FollowSymlinks

# CGI Variant
SetHandler cgi-script

#
# Simple Redirects
#Redirect permanent /erealms/board http://www.ethereal-realms.org/erealms/board.pl
#Redirect permanent /erealms/comic http://www.ethereal-realms.org/erealms/comic.pl
#Redirect permanent /erealms/gallery http://www.ethereal-realms.org/erealms/gallery.pl
#Redirect permanent /erealms/go http://www.ethereal-realms.org/erealms/go.pl
#Redirect permanent /erealms/journal http://www.ethereal-realms.org/erealms/journal.pl

#
# Regular Expression matching redirects
#RedirectMatch permanent /erealms/board/(.*) http://www.ethereal-realms.org/erealms/board.pl/$
#RedirectMatch permanent /erealms/comic/(.*) http://www.ethereal-realms.org/erealms/comic.pl/$
#RedirectMatch permanent /erealms/gallery/(.*) http://www.ethereal-realms.org/erealms/gallery.pl/$
#RedirectMatch permanent /erealms/go/(.*) http://www.ethereal-realms.org/erealms/go.pl/$
#RedirectMatch permanent /erealms/journal/(.*) http://www.ethereal-realms.org/erealms/journal.pl/$
