mikey beck
DOT COM
Home
Blog
About
Contact Me
upload
Dot HTAccesser - .htaccess file generator
Default Page
Directory Index:
Which page to load if the user doesn't specify one.
You may specify more than one (e.g. index.php index.html index.htm default.htm)
Options
Permit execution of CGI scripts
Allowed File Extensions
.cgi
.pl
.exe
.sh
allow server side includes (SSI)
- with #exec
- without #exec
allowed SSI file extension
Server-side includes provided by mod_include are permitted.
Follow Symbolic Links
The server will follow symbolic links in this directory
Follow Symbolic Links if owner matches
The server will only follow symbolic links for which the target file or directory is owned by the same user id as the link.
Indexes
If a URL which maps to a directory is requested, and there is no DirectoryIndex (e.g., index.html) in that directory, then mod_autoindex will return a formatted listing of the directory.
Content Negotiation (MultiViews)
Content negotiated "MultiViews" are allowed using mod_negotiation.
Force SSL
Force HTTP requests to redirect to HTTPS
- SSL Domain
HTTPS domain to redirect to
Authentication
Deny by default
Require valid username
Allow if user OR ip matches
Allow access to anyone with valid username or IP address
Area Name
Name of restricted area
Require User Authentication
- path to users file
Require Group Authentication
- path to groups file
Allowed Users
You can specify more than one, just separate each username with a space e.g. user1 user2 user3
Allowed Groups
You can specify more than one, just separate each group name with a space e.g. group1 group2 group3
Allowed IP addresses (wildcards and hostnames allowed)
You can specify more than one, just separate each IP address/hostname with a space
Blocked IP addresses (wildcards and hostnames allowed)
You can specify more than one, just separate each IP address/hostname with a space
Additional Mime Types
fs
vbd
asn asz asd
pqi
psr
tsp
exe
fml ofml
pfr
frl
spl
gz tgz
stk
ips
ptlk
lit
hqx
mbd
mdb
mfp
msi
msm
pot pps ppt ppz
doc
n2p
bat BAT bin class dbf lha lzh lzx sjf
seq
oda
axs
zpa
pdf
pls
ai eps ps
shw
qrt
rtc
rtf
smil smi sml
smp
dst
talk
tbk
123
mpp
pbd
wmlc
wmlsc
vmd
vmf
vpa
wpd
wri
wid
rrf
wis
ins
tmv
arj
asp
aab
aam aas
bcpio
vcd
cdr
chat
cnc
coda page
z
con
cpio
pqf
csh
cu csm
dcr dir dxr swa
vms
vmi
dvi
evy
ebk
gtar
hdf
erf
map
php php4
php3
ica
uin
ipx
ips
js
latex
bin
mif
mpl mpire
wmv
adr
wlt
nc cdf
npx
aos
nsc
pgp
qtl
sh
shar
swf
spr sprite
sit
sca
sv4cpio
sv4crc
tar
tcl
tex
texinfo texi
tlk
t tr roff
man
me
ms
alt
che
ustar
src
lwp
cacert
ecert email
scert servercert
ucert usercert
zip
xls
xlt
zip
au snd
es
gsm gsd
rmf
tsi
vox
wtx
aif aiff aifc
cht dus
mid midi
mp2 mp3
m3u
wma
ram ra rm
rpm
stream
rmf
vqf vql
vqe
wav
wtx
mol
pdb
dwf
ivr
cod
cpi
fif
gif
ief
jpeg jpg jpe
png
rip
svh
tiff tif
mcf
svf dwg dxf
wbmp
xif
wi
clp CLP
ras
cmx
emf EMF
etf
fpx
fh5 fh4 fhc
cut
jps
dsf
bmp
pnm
pbm
pgm
ppm
qti
rgb
wmf WMF
xbm
xpm
xwd
dig
push
wan waf
ccs
vcs
css
dss
htm html
lsp
pgr
htc
txt
rtx
tsv
wml
wmls
hdml
etx
talk spc
xml
xsl
u98
afl
mpeg mpg mpe
qt mov
viv vivo
asf asx
avi
movie
vgm vgx xdr
vgp
vts vtts
3dmf 3dm qd3d qd3
svr
wrl wrz
vrt
wax
wvx
wm
wmx
wmz
wmd
Use shift or ctrl to select multiple mime types
File extension to mime type mappings are in this format:
mime/type ext
e.g.
text/html html
application/x-gzip gz
Protect System Files
Protect .htaccess, user, and group files
Other files to protect
File Cache Control
Specify File Cache Time
Specify how often the client/proxy will refresh the file
Modification Based
Expire all clients/proxies at the same time
Cache Time
1 Year
6 Months
3 Months
1 Month
1 Week
1 Day
1 Hour
1 Minute
Mod Rewrite
Protect Media Files
Check the referrer domain for images, music, and sound files
Allowed Domain:
Block E-mail Harvesters
Deny access to e-mail harvesting programs
Block user-agents:
Deny access to specified user agents. Multiple user agents may be specified, just separate them with a space.
Page to serve blocked users:
Time-Dependent Page
Serve different pages depending on time of day
Page Name:
Daytime Starts:
Daytime Ends:
Daytime Page :
Nighttime Page:
Virtual DNS to Folder
Rewrite Virtual Subdomains to subfolders. e.g: rewrite www.foo.domain.com to www.domain.com/subdomains/foo. Useful for virtual user domains.
Base Domain:
Path to Folders:
Redirect Failing URLs To Other Webserver
When a URL is invalid, or would produce an error, redirect to a secondary server.
Secondary Server:
Rewrite Page
Page Name:
URL of page to be rewritten
Browser Dependent Page
IE Page
Page to use for Internet Explorer
Firefox Page
Page to use for Firefox
Page for Lynx
Page to use for text mode
Default Page
Page to use for other browsers
Country Specific Page
Requires that
mod_geoip
is setup and configured on your server. Thought the software is free, the datafiles are a commercial product. Allows you to redirect users to specific pages depending on their country of origin.
Country Code
US = United States, GB = United Kingdom, CA = Canada, MX = Mexico, FR = France, NL = Netherlands, A1 = Anonymous
Country Specific URL
Page to redirect visitors from the country (index.us.html or index.fr.html)
Map Folder To Script
This will make it possible to run a script that has parameters in the URL. You can make a custom home page script for your users that they can access like /login/home.html or /login/preferences.html and have them both go to login.php.
Folder Name
Folder you will reference in your href and urls (ie login)
Script Name
Script to run (e.g. login.php, login.cgi, or login.pl) If you would like the rest of the path as a POST variable, put something like "login.php?page="
Custom Error Documents
Custom Error Pages
Allows you to specify custom documents to serve on error conditions
Error 400
- Bad Request error document
Error 401
- Authentication Required error document
Error 403
- Forbidden error document
Error 404
- Not Found error document
Error 500
- Server Error document
Redirection
Redirect Moved Document
Use this option if a document has been moved to a new url. This will take care of automatic redirection for the user.
Moved Document
New URL
Search
PHP
Monty Hall Problem simulation
hack scripts
Get IP address
IP address info lookup
Google Pagerank Checker
RSS to Twitter feed
Display user agent string
MozRank checker
QR Code generator
Facebook
Facebook UnFriend Finder
.htaccess
.htaccess file generator
Graphics
Blender - Scissors
Triangle Ray Tracer
Lego NXT
Line following robot
Lego NXT resources
Batch Scripts
Restrict website access
Restart Microsoft Exchange Services
Java
Primal Spire applet
Dictionary program
COSC 241
COMP 103
C++
Smart Pointer program
Games
Plants vs Zombies
Trainyard Solutions
Trainyard Express Solutions
Millionaire City Money Making Bot
JumpIt 2: Dockyard Run bot
Miscellaneous
Uploaded stuff..
Bots worth blocking
JustHost web hosting review
Having trouble installing Office 2010?
Google.com recoded
COSC 326
Twitter list
Google+ invites
Microsoft Word Printing Macros
Text flip