Can't upload htaccess file
Posted by: wedgee
Posted on: 2007-12-30 13:02:00
I am uploading a new PHP website. I have the 5.5php from dreamhost. Every file uploads OK except the htaccess file.
I have uploaded it manually and the transfer is successful but it is nowhere to be found. I have tried several times and looked in the root directory and all other files on my FTP. But it does not show anywhere and even though I am fully hosted for this domain it still shows parked at dreamhost. The domain is www.handyhousedoctor.com.
The htaccess file is below. I am new to this type of file so you may have to come down to my level.
Thanks
Craig
____________________________________________-
<FilesMatch "^.ht">
Order allow,deny
Deny from all
</FilesMatch>
RewriteEngine On
RewriteRule ^video-theme/(.*).html index.php?key=$1
RewriteRule ^watch-video/(.*)/(.*)/(.*).html index.php?watch_id=$1&watch_author=$2&watch_title=$3
RewriteRule ^video-poster/(.*).html index.php?author=$1