Hi everyone, I'm new to Boonex and their Dolphin product and was browsing around some of the forums and ran across this thread. It seems a lot of you have had some real issue's with this. One idea i might pose to the group would be to check on your actual apache's httpd.conf file for the "AllowOverride" and make sure that this is respectivly set to All. It might look something like so:
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
Options -Indexes
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Once again, I'm new to the product, but this did it immediately for me. Then again, some of you may not have root access to this file, but you could work with your host to help you out on this one. I'm here to tell you that nothing is wrong with the way Boonex has setup their product and their .HTACCESS.
Despite the fact I host and manage multiple servers and own my own business doing this for web hosting, my server farm's are all Windows 2008 Server based. I wanted to use one of Boonex's partner hosting companies so I didn't have to deal with the setup all on my own on my servers, but what I found is that the majority of them were very rude to me, and made me feel stupid and ignorant like I didn't know anything at all. So I just decided to spin it up on one of my server's with a T3 connection and it worked great with a few minor tweaks, so thank you, you hosting companies that didn't want my money just because I asked a few very simple questions, you saved me some money.
I'd love to become a host of the product because unlike those guys, you call me on my personal cell and you and I walk through it until we figure it out.
Ok, enough of my complaints. To the developers of the product, kudo's, its been fun and I'm enjoying playing with your architecture. Keep up the good work.