-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
executable file
·21 lines (20 loc) · 782 Bytes
/
Copy pathdocs.html
File metadata and controls
executable file
·21 lines (20 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>
// # DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
// PassengerAppRoot "/home/mayfxnmx/mayflowerose.com"
// PassengerBaseURI "/"
// PassengerNodejs "/home/mayfxnmx/nodevenv/mayflowerose.com/10/bin/node"
// PassengerAppType node
// PassengerStartupFile server.js
// # DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END
// # DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION BEGIN
// <IfModule Litespeed>
// </IfModule>
// # DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION END