Options All AuthName "Bandmin" AuthType Basic AuthUserFile /usr/local/bandmin/passwd require valid-user Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from all Deny from All Deny from All # -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_xmlrpc directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::XMLRPC::Lite # you may specify almost ANY method of XMLRPC::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_soap directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::SOAP # you may specify almost ANY method of SOAP::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # if you want to use module from BOTH mod_perl and mod_soap # you should use either static or mixed dispatching # PerlSetVar dispatch_to "My::Examples My::Parameters My::PersistentIterator My::SessionIterator My::PingPong" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" # -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_xmlrpc directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::XMLRPC::Lite # you may specify almost ANY method of XMLRPC::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_soap directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::SOAP # you may specify almost ANY method of SOAP::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # if you want to use module from BOTH mod_perl and mod_soap # you should use either static or mixed dispatching # PerlSetVar dispatch_to "My::Examples My::Parameters My::PersistentIterator My::SessionIterator My::PingPong" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" # -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_xmlrpc directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::XMLRPC::Lite # you may specify almost ANY method of XMLRPC::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- # put this file into mod_soap directory (for tests) or anywhere you want SetHandler perl-script PerlHandler Apache::SOAP # you may specify almost ANY method of SOAP::Transport::HTTP::Apache here # see documentation for more information # if more than one, parameters should be quoted and can be separated with commas PerlSetVar dispatch_to "/Your/Path/To/Deployed/Modules, \ Module::Name, Module::method" # or with spaces PerlSetVar objects_by_reference "My::PersistentIterator My::SessionIterator My::Chat" # if you want to use module from BOTH mod_perl and mod_soap # you should use either static or mixed dispatching # PerlSetVar dispatch_to "My::Examples My::Parameters My::PersistentIterator My::SessionIterator My::PingPong" # for methods that accept hashes, specify parameters as "key1 => value1, key2 => value2" PerlSetVar options "compress_threshold => 10000" AuthName mod_perl AuthType Basic PerlAuthenHandler Apache::AuthenTest PerlAuthzHandler Apache::Constants::OK require valid-user # #$AuthName = "mod_perl"; #$AuthType = "Basic"; #$PerlAuthenHandler = "Apache::AuthenTest"; #$require = "valid-user"; # # -FrontPage- Options None order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* order deny,allow deny from all allow from all order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options None order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options None order deny,allow deny from all allow from all require group authors administrators order deny,allow deny from all AuthType Basic AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options None order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options None order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options +FollowSymlinks order deny,allow deny from all allow from all require group administrators order deny,allow deny from all AuthType Passthrough AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options +FollowSymlinks order deny,allow deny from all allow from all require group authors administrators order deny,allow deny from all AuthType Passthrough AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp # -FrontPage- Options +FollowSymlinks order deny,allow deny from all allow from all order deny,allow deny from all AuthName www.crapihavedone.com AuthUserFile /home/crapihav/public_html/_vti_pvt/service.pwd AuthGroupFile /home/crapihav/public_html/_vti_pvt/service.grp Order Deny,Allow Deny from all Allow from localhost Order Deny,Allow Deny from all Allow from localhost DirectoryIndex .htaccess SetHandler Gallery_Security_Do_Not_Remove Options None RewriteEngine off Order allow,deny Deny from all Order deny,allow Deny from all Allow from none # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite/custom/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite_no_options/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite_no_options/custom/ RewriteRule Rewrite.txt Works.txt [L] # The WebDAV spec, RFC2518, promises the DAV header on all OPTIONS responses: # This header indicates that the resource supports the DAV schema and # protocol as specified. All DAV compliant resources MUST return the # DAV header on all OPTIONS responses. # Some WebDAV clients, e.g. Mac OS X WebDAVFS, fail to connect if this header # is missing. The WebDAV module will return the DAV header on all responses, # but some server configurations don't pass OPTIONS requests to scripts, e.g. # Apache doesn't pass OPTIONS requests to CGI scripts: # http://issues.apache.org/bugzilla/show_bug.cgi?id=37982 # Consequently, some WebDAV clients will work with mod_php, but not php-cgi. # Alternatively, we can set the DAV header using mod_rewrite and mod_headers. # The Header statement doesn't belong in gallery2/.htaccess, it belongs in the # directory of the interpreter, i.e. php-cgi. # To avoid editing /usr/lib/cgi-bin/.htaccess we can use the URL rewrite module # to redirect OPTIONS requests to this directory. # Reimplementation of WebDavHelper::options using mod_headers. # TODO: COPY not implemented. Header set Allow OPTIONS,PROPFIND,PROPPATCH,MKCOL,GET,HEAD,DELETE,PUT,MOVE,LOCK,UNLOCK Header set DAV 1,2 Header set MS-Author-Via DAV # BEGIN Url Rewrite section # (Automatically generated. Do not edit this section) RewriteEngine On RewriteBase /fotos/ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . - [L] RewriteCond %{QUERY_STRING} view=core.DownloadItem RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://crapihavedone.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /fotos/main.php [F,L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://crapihavedone.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /fotos/main.php?g2_view=rewrite.DownloadItem&g2_itemId=%1 [L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://crapihavedone.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /fotos/main.php?g2_view=watermark.DownloadItem&g2_itemId=%1 [L] RewriteCond %{THE_REQUEST} /fotos/sitemap(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=sitemap.Sitemap [QSA,L] RewriteCond %{THE_REQUEST} /fotos/updates(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=dynamicalbum.UpdatesAlbum [QSA,L] RewriteCond %{THE_REQUEST} /fotos/popular(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=dynamicalbum.PopularAlbum [QSA,L] RewriteCond %{THE_REQUEST} /fotos/admin/(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=core.SiteAdmin [QSA,L] RewriteCond %{THE_REQUEST} /fotos/random(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=dynamicalbum.RandomAlbum [QSA,L] RewriteCond %{THE_REQUEST} /fotos/v/([^?]+)/slideshowapplet\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/v/([^?]+)/slideshow\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=slideshow.Slideshow&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/c/view/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=comment.ShowAllComments&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/c/add/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=comment.AddComment&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/v/([^?]+)\.davmount(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=webdav.DownloadDavMount&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/rating/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=rating.RatingAlbum&g2_limit=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/rss/([^\/\?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=rss.Render&g2_name=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/srss/([0-9]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=rss.SimpleRender&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/key/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=keyalbum.KeywordAlbum&g2_keyword=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/w(/[^?]*)?(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_controller=webdav.WebDav&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/f/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_controller=permalinks.Redirect&g2_filename=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/v/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /fotos/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/fotos/main\.php$ RewriteRule . /fotos/main.php?g2_view=rewrite.FileNotFound [QSA,L] # END Url Rewrite section RedirectMatch .* http://server.terradecelanova.com/suspended.page/ Options -Includes -Indexes -ExecCGI DirectoryIndex .htaccess SetHandler Gallery_Security_Do_Not_Remove Options None RewriteEngine off Order allow,deny Deny from all Order deny,allow Deny from all Allow from none # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite/custom/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite_no_options/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite_no_options/custom/ RewriteRule Rewrite.txt Works.txt [L] # The WebDAV spec, RFC2518, promises the DAV header on all OPTIONS responses: # This header indicates that the resource supports the DAV schema and # protocol as specified. All DAV compliant resources MUST return the # DAV header on all OPTIONS responses. # Some WebDAV clients, e.g. Mac OS X WebDAVFS, fail to connect if this header # is missing. The WebDAV module will return the DAV header on all responses, # but some server configurations don't pass OPTIONS requests to scripts, e.g. # Apache doesn't pass OPTIONS requests to CGI scripts: # http://issues.apache.org/bugzilla/show_bug.cgi?id=37982 # Consequently, some WebDAV clients will work with mod_php, but not php-cgi. # Alternatively, we can set the DAV header using mod_rewrite and mod_headers. # The Header statement doesn't belong in gallery2/.htaccess, it belongs in the # directory of the interpreter, i.e. php-cgi. # To avoid editing /usr/lib/cgi-bin/.htaccess we can use the URL rewrite module # to redirect OPTIONS requests to this directory. # Reimplementation of WebDavHelper::options using mod_headers. # TODO: COPY not implemented. Header set Allow OPTIONS,PROPFIND,PROPPATCH,MKCOL,GET,HEAD,DELETE,PUT,MOVE,LOCK,UNLOCK Header set DAV 1,2 Header set MS-Author-Via DAV # BEGIN Url Rewrite section # (Automatically generated. Do not edit this section) RewriteEngine On RewriteBase /msals/ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . - [L] RewriteCond %{QUERY_STRING} view=core.DownloadItem RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://bordando.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /msals/main.php [F,L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://bordando.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /msals/main.php?g2_view=rewrite.DownloadItem&g2_itemId=%1 [L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://bordando.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /msals/main.php?g2_view=watermark.DownloadItem&g2_itemId=%1 [L] RewriteCond %{THE_REQUEST} /msals/sitemap(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=sitemap.Sitemap [QSA,L] RewriteCond %{THE_REQUEST} /msals/updates(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=dynamicalbum.UpdatesAlbum [QSA,L] RewriteCond %{THE_REQUEST} /msals/popular(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=dynamicalbum.PopularAlbum [QSA,L] RewriteCond %{THE_REQUEST} /msals/admin/(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=core.SiteAdmin [QSA,L] RewriteCond %{THE_REQUEST} /msals/random(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=dynamicalbum.RandomAlbum [QSA,L] RewriteCond %{THE_REQUEST} /msals/v/([^?]+)/slideshowapplet\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L] RewriteCond %{THE_REQUEST} /msals/v/([^?]+)/slideshow\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=slideshow.Slideshow&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/c/view/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=comment.ShowAllComments&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/c/add/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=comment.AddComment&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/v/([^?]+)\.davmount(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=webdav.DownloadDavMount&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/rating/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=rating.RatingAlbum&g2_limit=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/rss/([^\/\?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=rss.Render&g2_name=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/srss/([0-9]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=rss.SimpleRender&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/key/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=keyalbum.KeywordAlbum&g2_keyword=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/w(/[^?]*)?(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_controller=webdav.WebDav&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/f/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_controller=permalinks.Redirect&g2_filename=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/v/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /msals/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/msals/main\.php$ RewriteRule . /msals/main.php?g2_view=rewrite.FileNotFound [QSA,L] # END Url Rewrite section RewriteEngine on RewriteCond %{HTTP_HOST} ^ledicia.terradecelanova.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ledicia.terradecelanova.com$ RewriteRule ^(.*)$ 66.225.217.22/~terradec/ledicia/$1 [R=301,L] Options -MultiViews ErrorDocument 404 //temp_mail/_sessions/report.php Options -MultiViews ErrorDocument 404 //Juan/includes.php RewriteEngine on RewriteCond %{HTTP_HOST} ^new.terradecelanova.com$ [OR] RewriteCond %{HTTP_HOST} ^www.new.terradecelanova.com$ RewriteRule ^(.*)$ http://new.terradecelanova.com/~terradec [R=301,L] RewriteEngine on RewriteCond %{HTTP_HOST} ^ledicia.terradecelanova.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ledicia.terradecelanova.com$ RewriteRule ^(.*)$ http://www.terradecelanova.com/ledicia/$1 [R=301,L] Options -MultiViews ErrorDocument 404 //forum/data/time.php Order Deny,Allow Deny from all Allow from localhost Order Deny,Allow Deny from all Allow from localhost #Access file order allow,deny allow from all require group home Authname WebStats Authtype Basic AuthAuthoritative off Order Allow,Deny Deny from All Order Allow,Deny Deny from All Order Allow,Deny Deny from All Order Allow,Deny Deny from All Order Allow,Deny Deny from All Order Allow,Deny Deny from All deny from all deny from all deny from all DirectoryIndex .htaccess SetHandler Gallery_Security_Do_Not_Remove Options None RewriteEngine off Order allow,deny Deny from all Order deny,allow Deny from all Allow from none # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality Options +FollowSymLinks RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite/custom/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On RewriteBase /gallery/modules/rewrite/data/mod_rewrite_no_options/gallery/ RewriteRule Rewrite.txt Works.txt [L] # Testing mod_rewrite full functionality RewriteEngine On # Uncomment and edit this line as appropriate to reflect your Gallery installation. #RewriteBase //modules/rewrite/data/mod_rewrite_no_options/custom/ RewriteRule Rewrite.txt Works.txt [L] # The WebDAV spec, RFC2518, promises the DAV header on all OPTIONS responses: # This header indicates that the resource supports the DAV schema and # protocol as specified. All DAV compliant resources MUST return the # DAV header on all OPTIONS responses. # Some WebDAV clients, e.g. Mac OS X WebDAVFS, fail to connect if this header # is missing. The WebDAV module will return the DAV header on all responses, # but some server configurations don't pass OPTIONS requests to scripts, e.g. # Apache doesn't pass OPTIONS requests to CGI scripts: # http://issues.apache.org/bugzilla/show_bug.cgi?id=37982 # Consequently, some WebDAV clients will work with mod_php, but not php-cgi. # Alternatively, we can set the DAV header using mod_rewrite and mod_headers. # The Header statement doesn't belong in gallery2/.htaccess, it belongs in the # directory of the interpreter, i.e. php-cgi. # To avoid editing /usr/lib/cgi-bin/.htaccess we can use the URL rewrite module # to redirect OPTIONS requests to this directory. # Reimplementation of WebDavHelper::options using mod_headers. # TODO: COPY not implemented. Header set Allow OPTIONS,PROPFIND,PROPPATCH,MKCOL,GET,HEAD,DELETE,PUT,MOVE,LOCK,UNLOCK Header set DAV 1,2 Header set MS-Author-Via DAV # BEGIN Url Rewrite section # (Automatically generated. Do not edit this section) RewriteEngine On RewriteBase /gallery/ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . - [L] RewriteCond %{QUERY_STRING} view=core.DownloadItem RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://aurytm.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /gallery/main.php [F,L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://aurytm.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /gallery/main.php?g2_view=rewrite.DownloadItem&g2_itemId=%1 [L] RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+) RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://aurytm.com/ [NC] RewriteCond %{HTTP:Referer} !^$ RewriteRule . /gallery/main.php?g2_view=watermark.DownloadItem&g2_itemId=%1 [L] RewriteCond %{THE_REQUEST} /gallery/sitemap(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=sitemap.Sitemap [QSA,L] RewriteCond %{THE_REQUEST} /gallery/updates(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=dynamicalbum.UpdatesAlbum [QSA,L] RewriteCond %{THE_REQUEST} /gallery/popular(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=dynamicalbum.PopularAlbum [QSA,L] RewriteCond %{THE_REQUEST} /gallery/admin/(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=core.SiteAdmin [QSA,L] RewriteCond %{THE_REQUEST} /gallery/random(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=dynamicalbum.RandomAlbum [QSA,L] RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)/slideshowapplet\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)/slideshow\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=slideshow.Slideshow&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/c/view/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=comment.ShowAllComments&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/c/add/([0-9]+)\.html(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=comment.AddComment&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)\.davmount(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=webdav.DownloadDavMount&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/rating/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=rating.RatingAlbum&g2_limit=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/rss/([^\/\?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=rss.Render&g2_name=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/srss/([0-9]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=rss.SimpleRender&g2_itemId=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/key/([^?/]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=keyalbum.KeywordAlbum&g2_keyword=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/w(/[^?]*)?(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_controller=webdav.WebDav&g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/f/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_controller=permalinks.Redirect&g2_filename=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_path=%1 [QSA,L] RewriteCond %{THE_REQUEST} /gallery/([^?]+)(\?.|\ .) RewriteCond %{REQUEST_URI} !/gallery/main\.php$ RewriteRule . /gallery/main.php?g2_view=rewrite.FileNotFound [QSA,L] # END Url Rewrite section