Difference between revisions of "Apache2 problem"
From MS Computech
Line 12: | Line 12: | ||
You must set this in conf file<br> | You must set this in conf file<br> | ||
<pre>AllowOverride All | <pre>AllowOverride All | ||
− | </pre> | + | </pre><pre>#a2enmod rewrite |
− | http://tools.dynamicdrive.com/password/<br> | + | </pre> |
+ | http://tools.dynamicdrive.com/password/<br> | ||
http://www.webmaster-toolkit.com/htaccess-generator.shtml<br> | http://www.webmaster-toolkit.com/htaccess-generator.shtml<br> |
Latest revision as of 19:44, 6 January 2009
Encode Charset
#nano /etc/apache2/conf.d/charset
Change : AddDefaultCharset TIS620
apache2-default dir change
#nano /etc/apache2/sites-available/default
# RedirectMatch ^/$ /apache2-default/
Set htpasswd htaccess
You must set this in conf file
AllowOverride All
#a2enmod rewrite