????

Your IP : 3.141.104.233


Current Path : /home2/morganrand/www/
Upload File :
Current File : /home2/morganrand/www/.htaccess

#Redirect 301 / https://wanderfuls.com

#AuthType Basic
#AuthName "Home"
#AuthUserFile "/home/otheralloccasion/.htpasswds/public_html/passwd"
#require valid-user

DirectoryIndex index.php index.html
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# Set PHP handler to application/x-httpd-phpbetas on Fri Dec 18 02:50:58 MST 2015.
Redirect "/viewdesign.php" "/viewdesign.html"
Redirect "/showdesign.php" "/showdesign.html"
#Redirect 301 /read_state_m1.php http://wanderfuls.com/design_room/read_state_m1.php
#Redirect 301 /write_state.php http://wanderfuls.com/design_room/write_state.php
#Redirect 301 /droom-no-flash/read_state.php http://wanderfuls.com/design_room/read_state.php

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Options -Indexes

#----------------------------------------------------------------cp:ppd
# Section managed by cPanel: Password Protected Directories     -cp:ppd
# - Do not edit this section of the htaccess file!              -cp:ppd
#----------------------------------------------------------------cp:ppd
AuthType Basic
AuthName "Protected morganrand"
AuthUserFile "/home2/morganrand/.htpasswds/public_html/passwd"
Require valid-user
#----------------------------------------------------------------cp:ppd
# End section managed by cPanel: Password Protected Directories -cp:ppd
#----------------------------------------------------------------cp:ppd