uglmee/kikiku.com/develop/.htaccess - Htaccess File

uglmee/kikiku.com/develop/.htaccess

Options +FollowSymLinks
Options -Indexes
ErrorDocument 400 /404.php
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www.lmee.1kapp.com)(:80)? [NC,OR]
RewriteCond %{HTTP_HOST} ^(lmee.1kapp.com)(:80)? [NC,OR]
RewriteCond %{HTTP_HOST} ^(www.yezin.cn)(:80)? [NC]
RewriteCond %{HTTP_HOST} ^(yezin.cn)(:80)? [NC]
RewriteCond %{HTTP_HOST} ^(www.lmee.net)(:80)? [NC]
RewriteCond %{HTTP_HOST} ^(lmee.net)(:80)? [NC]
RewriteRule ^(.*) http://www.kikiku.com/$1 [R=301,L]
DirectoryIndex index.php
# 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

# BEGIN generate_204
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_URI} /generate_204$
  RewriteRule $ / [R=204]
</IfModule>
# BEGIN generate_204

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache