Welcome Guest, Not a member yet? Register   Sign In
Quick & dirty: Dreamhost .htaccess
#6

[eluser]Uriptical[/eluser]
Using the instructions above, I'm still getting an Internal Server Error.

My .htaccess file is as follows:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /calley/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
    # If we don't have mod_rewrite installed, all 404's
    # can be sent to index.php, and everything works as normal.
    # Submitted by: ElliotHaughin

    ErrorDocument 404 /index.php
</IfModule>

My dreamhost username is 'calley'. The files are in a subdirectory called ofnirdev.uriptical.com, so the full path to the index file is: /home/calley/ofnirdev.uriptical.com/index.php

I've tried putting the .htaccess file in both /home/calley and /home/calley/ofnirdev.uriptical.com

Help would be much appreciated.


Messages In This Thread
Quick & dirty: Dreamhost .htaccess - by El Forum - 09-08-2007, 03:17 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 09-08-2007, 02:30 PM
Quick & dirty: Dreamhost .htaccess - by El Forum - 09-08-2007, 03:06 PM
Quick & dirty: Dreamhost .htaccess - by El Forum - 09-26-2007, 04:06 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 11-03-2007, 02:11 PM
Quick & dirty: Dreamhost .htaccess - by El Forum - 06-05-2008, 06:08 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 06-05-2008, 06:16 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 06-05-2008, 05:15 PM
Quick & dirty: Dreamhost .htaccess - by El Forum - 02-12-2009, 07:04 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 05-29-2009, 03:08 AM
Quick & dirty: Dreamhost .htaccess - by El Forum - 10-22-2010, 08:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB