ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

How to set apache to use clean url ?

by Little Bear @23 มี.ค. 50 06:04 ( IP : 61...67 ) | Tags : Server , Apache

1.you must enable mod_rewrite module by remove # before this line in httpd.conf

# Enable mod_rewrite

 LoadModule rewrite_module modules/mod_rewrite.so

2.set apache to allow .htaccess file by change value AllowOverride  to All

# AllowOverride controls what directives may be placed in .htaccess files.

 AllowOverride All

3.and restart Apache

Relate topics