-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.htaccess
67 lines (51 loc) · 2.6 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#suPHP_ConfigPath /home/rhythmci/public_html
RewriteEngine on
RewriteOptions MaxRedirects=10
# *Jeremy: Here are my own rewrite rules
# this rule converts all uppercase type-in traffic to lowercase
# RewriteMap lc int:tolower
# RewriteCond %{REQUEST_URI} [A-Z]
# RewriteRule (.*) ${lc:$1} [R=301,L]
# this rule takes urls ending with no extension and adds the ".php" extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(\w+)$ $1.php [L]
RewriteCond %{HTTP_HOST} ^clockworkfinancialconsultants\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.clockworkfinancialconsultants\.com$
RewriteRule ^/?$ "http\:\/\/clockworkfinancial\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^clockworkprocess\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.clockworkprocess\.com$
RewriteRule ^/?$ "http\:\/\/clockworkfinancial\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^immeasurableproductions\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.immeasurableproductions\.com$
RewriteRule ^/?$ "http\:\/\/iptheater\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^ipmusicals\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ipmusicals\.com$
RewriteRule ^/?$ "http\:\/\/iptheater\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^iptheatre\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.iptheatre\.com$
RewriteRule ^/?$ "http\:\/\/iptheater\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^musicalmindy\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.musicalmindy\.com$
RewriteRule ^/?$ "http\:\/\/mindymoritz\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^rhythmcityjr\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.rhythmcityjr\.com$
RewriteRule ^/?$ "http\:\/\/rhythmcity\.org\/jr\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^rhythmcityjunior\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.rhythmcityjunior\.com$
RewriteRule ^/?$ "http\:\/\/rhythmcity\.org\/jr\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^rhythmcity\.info$ [OR]
RewriteCond %{HTTP_HOST} ^www\.rhythmcity\.info$
RewriteRule ^/?$ "http\:\/\/rhythmcity\.org\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^houstonstjohn\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.houstonstjohn\.com$
RewriteRule ^/?$ "https\:\/\/www\.facebook\.com\/houston\.stjohn\/" [L,NC]
RewriteCond %{HTTP_HOST} ^charitymoritz\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.charitymoritz\.com$
RewriteRule ^/?$ "http\:\/\/moritzfamily\.com\/" [R=302,L]
RewriteCond %{HTTP_HOST} ^harmonymoritz\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.harmonymoritz\.com$
RewriteRule ^/?$ "http\:\/\/moritzfamily\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^chasemoritz\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.chasemoritz\.com$
RewriteRule ^/?$ "http\:\/\/moritzfamily\.com\/" [R=301,L]