Tag: htaccess
Remove www From URL using .htaccess in Apache
September 6, 2008
This htaccess code will remove the ‘www’ part from the url. It uses the mod_rewrite module of apache to re-write…
Compress PHP Output from .htaccess
October 30, 2007
Compress all PHP output by adding this line to .htaccess file php_value output_handler ob_gzhandler
Recent Comments