enable url_rewrite in gallery2
October 25th, 2006 by Lawrence David
to enable url_rewrite, you first need to install mod_rewrite in apache.
then, you need to add the following lines to httpd.conf:
AllowOverride FileInfo Options
and restart apache2.
