Try it out @ The World in 35mm
The number of support requests I am getting for this template is overwhelming. So I will NOT respond to any support requests via email. Please post to the Pixelpost HELP forum. I am constantly answering the same 2 or 3 questions, so if they are on the forum, you can search for them first. Please tag any forum posts with "theworldin35mm" so its easy to search later.
AGAIN, I WILL NOT ANSWER SUPPORT REQUESTS VIA EMAIL. HELP FORUM ONLY. SEARCH FIRST.
v1.2
IMPORTANT -- The following text needs to go in the .htaccess file.
(NOTE: .htaccess file starts with a dot!!! and RewriteBase needs to the path in the URL, e.g. if your website is http://example.com/pixelpost/, then RewriteBase should be "RewriteBase /pixelpost/", not "RewriteBase /")
RewriteEngine on
RewriteBase /
RewriteRule ^(about|downloads)/?$ index.php?x=$1
RewriteRule ^browse/?$ index.php?x=browse&pagenum=1
RewriteRule ^browse/([1-9][0-9]*)/?$ index.php?x=browse&pagenum=$1
RewriteRule ^browse/category/([1-9][0-9]*)/?$ index.php?x=browse&category=$1
RewriteRule ^browse/category/([1-9][0-9]*)/([1-9][0-9]*)/?$ index.php?x=browse&category=$1&pagenum=$2
RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4
RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4&pagenum=$5
RewriteRule ^browse/tag/([^/]+)/?$ index.php?x=browse&tag=$1
RewriteRule ^browse/tag/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&tag=$1&pagenum=$2
RewriteRule ^comment/submit$ index.php?x=save_comment
RewriteRule ^comment/popup_submit index.php?popup=comment&x=save_comment
RewriteRule ^comment/([0-9]+)$ index.php?popup=comment&showimage=$1
RewriteRule ^(p|photo)/([0-9]+)$ index.php?showimage=$2
RewriteRule ^(p|photo)/([0-9]+)/rating/([1-5])$ index.php?showimage=$2&rating=$3
RewriteRule ^t/latest/?$ index.php?showthumb=latest&thumbtag=image
RewriteRule ^feeds/(rss|atom).xml$ index.php?x=$1
404 ERRORS on any page but homepage (index.html).
Template based originally off the treerizon template from Treeswing by Sean McKendall
Thank you very much for making this template available. I've been using pixelpost for a couple of years now and have been looking for quite some time for a clean and fresh template - this one is perfect.
I've used this template, with a few modifications, on my site here - thedailyexposure.com.
Thanks again...
Thanks, this suited my client perfectly. Great instructions too. This was my first project using Pixelpost.
I'm getting 404's for the pages other than Index...and when I made the changes to the index as instructed, i got parse errors...any ideas?