Aless Piper wrote: > Hi guys, I've tried everything I can think of to get the .htaccess file > to create, but it won't. According to FileZilla it's there, but > according to Cpanel it is /nowhere, /and the site seems to be siding > with Cpanel > http://aless.ca/habari/user/login I'm still getting an error. > > My host is wondering if the zip I downloaded in complete, I can't > imagine it's not, but can anyone verify?
I can't verify that your zip is complete, but I think your rewrite is incorrect due to a minor detail. Either you need a RewriteBase that includes your /habari/ subdirectory, or you need to be sure the .htaccess is in the /habari/ subdirectory or both. It seems that mod_rewrite is working, because it's trying to redirect you to an index.php file, but it's not redirecting to the one in /habari See if you can fiddle with the location of the .htaccess file or add this line in your .htaccss: Rewritebase /habari Let us know how it goes. Owen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
