how to forward an aliased domain
23
Feb0
Feb0
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} cindyjimmerson.com$
RewriteRule ^(.*)$ http://leanhealthcarewest.com/$1 [R=301,L]
stop start restart apache plesk fedora core 8
23
Feb0
Feb0
go to /etc/httpd
httpd -k start
httpd -k restart
httpd -k stop
How to find a file in unix / linux
23
Feb0
Feb0
this will search the entire file structure for the file httpd.include
find / -name “httpd.include” -print