Can't locate .htaccess
Posted by: bobbydowling1
Posted on: 2009-09-09 13:47:00
Hi.
I'm a complete noob at most of this stuff, and I just moved to DreamHost.
I've got a php framework installed (Concrete5), and I would like to enable the following code for mod_rewrite to work. Guidance says to place the following into my server configurations file or .htaccess file :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /concrete/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Problem is I don't see a .htaccess file anywhere in my root or domain directories. I tried creating uploading a text file with .htaccess as the filename, but I could no longer access my site from the root directory, so I deleted the file.
Anyone out there have any advice?
Thanks!