|
#1
| |||
| |||
| I have a g5xserver and a g3 server running MAMP as the webserver. I can see .access files on the g3 and upload them threw ftp. On the g5 server running the built in webserver I can not see .htacces files threw the ftp client. After uploading threw the ftp it uploads correctly but click refresh or do anything and its gone.The file is there and the apache is configured correctly to read them. But the .htacess file wont work. Here is a look at it. ::::::::::::::::::::::::::::::::::: #- Page Redirects - # RewriteEngine on RewriteCond %{HTTP_HOST} !^usasubmissionpros.com RewriteRule ^$ index.php RewriteRule ^client/$ index.php?include=client [L] RewriteRule ^client/links/(.*)/$ index.php?include=links&url=$1 [L] RewriteRule ^demo/$ index.php?include=demo [L] RewriteRule ^terms/$ index.php?include=terms [L] RewriteRule ^faq/$ index.php?include=faq [L] RewriteRule ^success/$ index.php?include=success [L] RewriteRule ^order/$ index.php?include=order [L] RewriteRule ^order/(.*)/$ index.php?include=order&form=$1 [L] RewriteRule ^contact/$ index.php?include=contact [L] RewriteRule ^login/$ index.php?include=login [L] RewriteRule ^logout/$ logout.php [L] RewriteRule ^chart/$ index.php?include=chart [L] RewriteRule ^page/(.*)/$ index.php?include=page&page=$1 [L] ::::::::::::::::::::::::::::::::: |
|
#2
| ||||
| ||||
| 1) seeing .htaccess files: the '.' at the front of the filename makes the file hidden under many circumstances. That might be the reason your ftp client can't see it. 1) in your apache conf file, what options do you have for the server root ?
__________________ Bjarne D Mathiesen København ; Danmark ; Europa |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't access Mac OS Help files | kathy490 | Mac OS X System & Mac Software | 2 | March 7th, 2006 02:04 PM |
| Uploading Multiple Files in Terminal | hinotoxin | Unix & X11 | 4 | January 26th, 2006 05:45 PM |
| Uploading MP3 files with Adobe GoLive | musiceagle | Design & Media | 0 | December 2nd, 2005 10:44 PM |
| No access to Mac files from PC | OSX_Man33 | Networking & Compatibility | 2 | December 3rd, 2003 12:56 PM |
| Uploading files to an ftp server... | DCD | Mac OS X System & Mac Software | 6 | September 16th, 2002 06:08 PM |