marcusbelcher/WordpressWebsiteBase/master/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /html/WordpressWebsiteBase/
RewriteRule ^index.php$ - [L]
RewriteRule ^assets/css/(.*) /html/WordpressWebsiteBase/wp-content/themes/retlehs-roots/assets/css/$1 [QSA,L]
RewriteRule ^assets/js/(.*) /html/WordpressWebsiteBase/wp-content/themes/retlehs-roots/assets/js/$1 [QSA,L]
RewriteRule ^assets/img/(.*) /html/WordpressWebsiteBase/wp-content/themes/retlehs-roots/assets/img/$1 [QSA,L]
RewriteRule ^plugins/(.*) /html/WordpressWebsiteBase/wp-content/plugins/$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /html/WordpressWebsiteBase/index.php [L]
</IfModule>
# END WordPress
On Github License
Files
Download PDF of Htaccess file