Q. In .htaccess you redirect paths beginning “css/” “js/” etc. to the appropriate theme directory. So why do you need to add the full URL to links in the header.php, derived from get_template_directory_uri(), instead of taking advantage of the redirect?

I ask because get_template_directory_uri() is giving me the wrong path — WP is in a sub-directory.

Cordially, David