Working on my Typo Site

I have been working to extend my typo based website. Firstly after a discussion over the latest features of Typo in #typo channel of irc.freenode.net, I decided to give the SVN trunk a try. I also looked up a decent theme from typo garden to fulfill my needs (until the day I make my own theme)

One thing which I have not been able to work out is an easy way to route the main page of my site to /blog/pages/home..I am now able to route easily to pages within my typo blog using proxy option ([P]) of mod_rewrite.

Following '.htaccess' file is similar to what I have used…

Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^$ http://site.com/path_to_view [P]

 

The result is that I have pages which can be accessed from outside URL, but are still controlled by Typo.

Posted Tuesday, April 3rd, 2007 under Programming, Rails, Technology.

Leave a Reply