Free Software Server Environment : HtAccess

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [289]

Most recent edit made on 2007-01-12 10:43:08 by FsseInfo

Additions:
The settings available in .htaccess are the same as the globally defined ones in httpd.conf but in .htaccess apply to the local subdirectory and below.


Deletions:
The settings available in .htaccess are the same as the globally defined ones in httpd.conf but in .htaccess apply to the local subdirectory and below.




Revision [288]

Edited on 2007-01-12 10:42:51 by FsseInfo

Additions:
Enable SSI & XSSI Server Side Includes
Options Includes
AddOutputFilter INCLUDES .html




Revision [256]

Edited on 2006-11-24 09:37:34 by FsseInfo

Additions:
block referers
throw away MS directories
rewrite friendly urls
rewrite friendly urls with multiple parameters
RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]
multiviews
Options +MultiViews




Revision [239]

Edited on 2006-10-23 10:05:56 by FsseInfo

Additions:

apache .htaccess

The settings available in .htaccess are the same as the globally defined ones in httpd.conf but in .htaccess apply to the local subdirectory and below.
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ wikka.php?wakka=$1 [L]


Deletions:

.htaccess

The settings available in .htaccess are the same as the globally defined ones in httpd.conf but in .htaccess apply to the local subdirectory and below
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^\./]*[^/])$ $1/
RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]




Revision [56]

Edited on 2006-06-21 07:18:49 by FsseInfo

Additions:
The settings available in .htaccess are the same as the globally defined ones in httpd.conf but in .htaccess apply to the local subdirectory and below




Revision [30]

Edited on 2006-06-19 11:26:43 by FsseInfo

Additions:
# STOP VIRUSES SCANNING
redirect /C http://www.stoptheviruscold.invalid
redirect /D http://www.stoptheviruscold.invalid
redirect /MSADC http://www.stoptheviruscold.invalid
redirect /msadc http://stoptheviruscold.invalid
redirect /scripts http://www.stoptheviruscold.invalid
redirect /_mem_bin http://stoptheviruscold.invalid
RedirectMatch (.*)\.cmd$ http://stoptheviruscold.invalid
RedirectMatch (.*)\.exe$ http://stoptheviruscold.invalid




Revision [29]

The oldest known version of this page was edited on 2006-06-19 11:20:58 by FsseInfo

.htaccess


### STOP REFERRER SPAM
SetEnvIfNoCase Referer ".*( <nastyword1>[ | ...] ).*" BadReferrer

order deny,allow
deny from env=BadReferrer

<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^(.*/[^\./]*[^/])$ $1/
 RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
</IfModule>
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0336 seconds