Quote:
Originally Posted by amysaurusrex
Apologies, my mistake.
Site is here.
Got the template working for the front page, but the other pages aren't. The addon is installed and on, so I'm not sure why it's not working correctly.
|
When you receive a 404 error on a mod_rewrite URL, its because the htaccess file is not working.
the file starts with a dot `.htaccess` and should placed in the root of the pixelpost installation.
if the pixelpost document root was /home/ppuser/htdocs/photoblog, the file should be /home/ppuser/htdocs/photoblog/.htaccess
Also in order to use .htaccess files, Apache has to be configured "AccessFileName" option (
apache 2.0 docs) and have mod_rewrite installed. You will have to verify with your hosting company if they allow htaccess files and mod_rewrite. (almost all do)