[typo] Apache Config
Robert Bousquet
bousquet at usc.edu
Mon May 16 03:17:38 EDT 2005
> Any idea on what could be the problem and how to go about fixing it?
Not really :) but I can tell you how I do it. I run my typo blog in
a /blog subdirectory and here's the steps I took:
1) I added this to httpd.conf:
Alias /blog /path/to/typo/public
<Directory /path/to/typo/public>
Options ExecCGI FollowSymlinks
AllowOverride All
</Directory>
2) In .htaccess I changed this line:
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
to this:
RewriteRule ^(.*)$ /blog/dispatch.fcgi [QSA,L]
This worked for me so I can vouch for it. I'm not sure about the
wiki suggestions you found.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
R O B E R T B O U S Q U E T
Web Programming Consultant
Doheny Office of Technology Support
University of Southern California
bousquet at usc.edu
213.740.9080
More information about the Typo-list
mailing list