Greetings
Looking for suggestions on how to fix this problem. I'm using symbolically
link directory to my radiant/public directory. After modifying my .htaccess
accordingly the site loads fine. But when selecting the a link the alias is
dropped. Example:

Homepage: http://path/to/user/alias
Link: http://path/to/user/link

Thoughts?
Below is snapshot of my .htaccess.
# General Apache options
#AddHandler fastcgi-script .fcgi (<-- not supported on web server, yet)
AddHandler cgi-script .cgi
#Options +FollowSymLinks +ExecCGI
RewriteEngine On
RewriteBase /path/to/symlink
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
ErrorDocument 500 "<h2>Application error</h2>Rails application failed to
start properly"

Cheers!
_______________________________________________
Radiant mailing list
Post:   [EMAIL PROTECTED]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to