Menu

Tree [r5] /
 History

HTTPS access


File Date Author Commit
 com 2010-10-10 kakolukia [r2]
 croquemonsieur 2010-10-24 kakolukia [r5] 1.00.05
 Main.as 2010-10-05 kakolukia [r1] First svn commit,
 README.txt 2010-10-10 kakolukia [r4]
 TT0296M_.TTF 2010-10-10 kakolukia [r3] Version 1.00.04
 apply.png 2010-10-05 kakolukia [r1] First svn commit,
 cancel.png 2010-10-05 kakolukia [r1] First svn commit,
 croque-monsieur.fla 2010-10-24 kakolukia [r5] 1.00.05
 go-up.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-128.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-16.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-22.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-24.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-32.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-36.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-48.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-64.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-72.png 2010-10-05 kakolukia [r1] First svn commit,
 system-upgrade-96.png 2010-10-05 kakolukia [r1] First svn commit,

Read Me


project description:
croque-monsieur is an application to manage your hosts-file (your computer's internal DNS).
You can add, edit and remove entries to your hosts-file.
You can use croque-monsieur to block certain websites or for webdevelopment.

When using an Apache webserver you might be interested in the following vhosts settings:
<VirtualHost *:80>
    ServerAlias *.local
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www.* [NC]
    RewriteCond %{HTTP_HOST} ^([^\.]+)\.local
    RewriteCond X:/apache/websites/%1 -d
    RewriteRule ^(.*) /%1/$1 [L]
</VirtualHost>

This way all url's ending with .local will automaticly access a subdirectory according to their url.
For example: http://testwebsite.local wil automaticly access X:/apache/websites/testwebsite/
You now only need the add testwebsite.local in croque-monsieur to be able to access the url.



url:
croque-monsieur can be found at https://sourceforge.net/projects/croque-monsieur




The quality of this release:
Working fine: croque-monsieur does exactly what it has been made for.
Some feature-requests can be found at source-forge wich might be added in the future.




Enjoy croque-monsieur!