# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^other/(.*) /wp-includes/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^file/(.*) /wp-content/uploads/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^ext/(.*) /wp-content/plugins/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/main\.css //index.php?style_wrapper=1&kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/style.css /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/(.*) /wp-content/themes/boss-child/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^boss/(.*) /wp-content/themes/boss/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin_main/(.*) /wp-content/themes/boss/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^ajax /wp-admin/admin-ajax.php?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^inc/(.*) /wp-content/$1?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^wp-content/themes/boss-child/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?kOcDw_hide_my_wp=1234 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress