Search found 3 matches

by jinesh
Mon May 14, 2012 7:55 pm
Forum: 0.4.1 beta support (older versions included)
Topic: Custom Page Titles
Replies: 3
Views: 57584

Custom Page Titles

Okay, so do you want unique titles for every page & are willing to modify core files knowing that future upgrades will definitely break things? Then read on for a temporary patch -

In a nutshell, this lets you specify page titles by wrapping text in a custom tag while editing that page, e.g ...
by jinesh
Mon May 14, 2012 12:29 pm
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Installing on XAMPP for OSX
Replies: 3
Views: 57141

Re: Installing on XAMPP for OSX

Update -

Okay, following @XSS's suggestion I looked at the httpd.conf & php.ini files, two places where mod_rewrites can be controlled from...but it turns out it was xampp (v1.7.3) that has issues with mod_rewrites under certain server configurations (like mine - running xampp's php5 on OSX's ...
by jinesh
Fri May 11, 2012 8:37 pm
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Installing on XAMPP for OSX
Replies: 3
Views: 57141

[SOLVED] Installing on XAMPP for OSX

hello,

on my local machine running XAMPP 1.7.3, I kept getting a Server Error 500 for all pages. Fiddling around with the .htaccess got it working though...

commented out these two lines -

# Options +FollowSymLinks
# Options +Indexes


& added a rewrite base (mentioned in a previous post by ...