- 2011-09-01: Building an Unfuddle to Drupal Casetracker import module using Migrate
- 2011-08-28: Back from DrupalCon London and its WSCCI code sprint. Wow.
- 2010-12-21: Madame Figaro brand new site by OSInet and others
- 2010-08-16: France.FR is back online with OSInet and Typhon
- 2010-06-15: the new http://www.franceculture.com/, which OSInet helped reach its performance goals, is now online
- 2010-06-13: the OSInet Features Server is live
- 2009-11-29: mongodb_watchdog module created by dereine, ported to D7 by me in about half an hour, and migrated in a larger MongoDB project by damz before the hour ended. Wow...
- 2009-02-03: the new Drupal-based site for the golden jubilee of the french "Ministère de la Culture", which OSInet helped build, is now online
Configuring Mambo's Search Engine Friendly URLs on phpnet.org
PHPnet.org is a non-profit hosting association for PHP developers. Due to their hosting parameters, Mambo's "Search Engine Friendly URLs" won't work out of the box. Here is how to set up the .htaccess for Mambo CMS/Joomla on these hosts.
Using the default parameters, Mambo or Joomla set up on a PHPnet.org hosting only allows access to the front page. Any other URL returns You are not authorized to view this resource. You need to login.
Guided by a previous post on the 4.5.1 forum at mamboserver and additional info gleaned here and there, I found how the .htaccess has to be set up on this shared hosting provider. Without these changes, I had the same errors as other users on other hosting solutions.
On PHPnet.org, the .htaccess *must* be renamed htaccess.fi instead of .htaccess. Additional clauses have to be added as follows.
For a domain, say, www.example.com :
Options +FollowSymlinks
RewriteEngine On
RewriteBase /home/users/e/example/www
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Where:
eis the first letter of the domain left partexampleis the domain left partwwwis the subdomain
The rewrite rule needs the / before index.php.





THANK - YOU!
Options +FollowSymlinksRewriteEngine On
RewriteBase /home/[SITE 8 LETTER LOGIN]/www
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
This does not work for sub
This does not work for sub folders on joomla - any help
it works on my site
www.theworshipcentre.com (htaccess in the root)
but not when I put joomla in a subdirectory
it just goes back to the root install of a another mambo installation on clicking the links
www.teesixtynee.com/ad
thanks
all sites on Siteground