- [orca@orcacomputers conf.d]$ cat orcaaccounting.com.conf
- <VirtualHost *:80>
- ServerName orcaaccounting.com
- ServerAlias www.orcaaccounting.com
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/html/orcaaccounting.com/public_html
- ErrorLog /var/log/httpd/orcaaccounting.com-error.log
- CustomLog /var/log/httpd/orcaaccounting.com-access.log combined
- <Directory "/var/www/html/orcaaccounting.com/public_html">
- AllowOverride All
- </Directory>
- </VirtualHost>
- Index.html is here
- -rw-r--r-- 1 root root 1917 Nov 23 11:32 help.html
- drwxr-xr-x 2 root root 6 Nov 23 11:32 Images
- -rw-r--r-- 1 root root 3136 Nov 23 11:32 index.html
- -rw-r--r-- 1 root root 2424 Nov 23 11:32 landing.html
- -rw-r--r-- 1 root root 0 Nov 23 11:32 LandinPage.html
- -rw-r--r-- 1 root root 2424 Nov 23 11:32 login.html
- -rw-r--r-- 1 root root 6009 Nov 23 11:32 logo.png
- -rw-r--r-- 1 root root 2430 Nov 23 11:32 manual.html
- -rw-r--r-- 1 root root 2430 Nov 23 11:32 opt-inform.html
- -rw-r--r-- 1 root root 0 Nov 23 11:32 Opt-In-Page.html
- -rw-r--r-- 1 root root 1917 Nov 23 11:32 phonenumber_domaincontact.html
- -rw-r--r-- 1 root root 2430 Nov 23 11:32 Principles.html
- -rw-r--r-- 1 root root 67 Nov 23 11:32 PrivacyPolicy.html
- -rw-r--r-- 1 root root 2430 Nov 23 11:32 priva¢y_poli¢y.html
- -rw-r--r-- 1 root root 2691 Nov 23 11:32 resources.html
- -rw-r--r-- 1 root root 2424 Nov 23 11:32 store.html
- -rw-r--r-- 1 root root 0 Nov 23 11:32 Store.html
- drwxr-xr-x 13 root root 4096 Nov 23 11:32 support
- -rw-r--r-- 1 root root 2424 Nov 23 11:32 Survey.html
- -rw-r--r-- 1 root root 2424 Nov 23 11:32 thankyou.html
- -rw-r--r-- 1 root root 2430 Nov 23 11:32 unsubscribe.html
- -rw-r--r-- 1 root root 0 Nov 23 11:30 UnsubscribePage.html
- -rw-r--r-- 1 root root 3136 Nov 23 11:32 Wèbm@$tèr.html
- [orca@orcacomputers public_html]$
- [orca@orcacomputers public_html]$ pwd
- /var/www/html/orcacomputers.com/public_html
- [orca@orcacomputers public_html]$
- Index.html
- [orca@orcacomputers public_html]$ cat index.html
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Orca Accounting</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
- <link rel="stylesheet" href="assets/css/main.css" />
- <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
- </head>
- <body class="is-preload">
- <div id="wrapper">
- <div id="bg"></div>
- <div id="overlay"></div>
- <div id="main">
- <!-- Header -->
- <header id="header">
- <img src="logo.png" style="max-width:300px;"/>
- <!--<h1>Adam Jensen</h1>-->
- <p> • • • </p>
- <nav>
- <ul>
- <li><a href="aboutUs.html" class="icon"> About Us</a></li>
- <li><a href="blog.html" class="icon"> Blog</a></li>
- <li><a href="https://therealjobsearch.com" class="icon"> Careers</a></li>
- <li><a href="contact.html" class="icon"> Contact</a></li>
- <li><a href="donation.html" class="icon"> Donate</a></li>
- <li><a href="forum.html" class="icon"> Forum</a></li>
- <li><a href="https://ca.casewarecloud.com/jwmca" class="icon"> Helpdesk</a></li>
- <li><a href="landing.html" class="icon"> Landing</a></li>
- <li><a href="login.html" class="icon"> Login</a></li>
- <li><a href="OurCustomers.html" class="icon"> Our Clients</a></li>
- <li><a href="personallifestories.html" class="icon"> Personal Life Stories</a></li>
- <li><a href="pod¢ast.html" class="icon"> Podcast</a></li>
- <li><a href="Prin¢iples.html" class="icon"> Principles</a></li>
- <li><a href="privacypolicy.html" class="icon"> Privacy Policy</a></li>
- <li><a href="resources.html" class="icon"> Resources</a></li>
- <li><a href="store.html" class="icon"> Store</a></li>
- <li><a href="survey.html" class=icon"> Survey</a></li>
- <li><a href="thankyou.html" class="icon"> Thank You</a></li>
- <li><a href="unsubscribe.html" class=icon"> Unsubscribe</a></li>
- <!--<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
- <li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
- <li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
- <li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
- <li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>-->
- </ul>
- </nav>
- </header>
- <!-- Footer -->
- <footer id="footer">
- <span class="copyright">© Orca Accounting 2012. </span>
- </footer>
- </div>
- </div>
- <script>
- window.onload = function() { document.body.classList.remove('is-preload'); }
- window.ontouchmove = function() { return false; }
- window.onorientationchange = function() { document.body.scrollTop = 0; }
- </script>
- </body>
- </html>
- [orca@orcacomputers public_html]$