In an earlier post I pointed out that last little change that you need to make to get Apache’s mod_rewrite working in Ubuntu.
I recently encountered the same thing in Red Hat (well, CentOS) and didn’t remember my own “note to self.” If everything seems right, mod_rewrite is installed and enabled, and you’re sure you understand how to write redirect rules in your .htaccess file, head to /etc/httpd/conf/httpd.conf and change:
AllowOverride None
to
AllowOverride All
Otherwise any other configuration you setup to enable mod_rewrite will be ignored.
Image: Barcode (detail) by Daniel Kulinski
How to get the name of the current page’s parent from the menu (i.e., get the title of the page one level up) in Joomla 1.5:
