FrostLife07/hocodau/master/.htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^hocodau-admin/(.*)$ http://localhost/hocodau/wp-admin/$1 [L,NC]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hocodau/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hocodau/index.php [L]
</IfModule>
# END WordPress
Files
