- Is there a way to control whether or not internal links contain www in the url?
For instance my internal links are starting as https://mwvspirit.com
Is there a way so all internal links start as https://www.mwvspirit.com as to avoid redirects from the version without the www? I have my htaccess file set up to auto redirect automatically, but was curious if there was a way to avoid the need for the redirecting?
- Is there a way to use cache headers for images, javascript, and css to help speed up the serving of webpages for users that regularly visit the site?
Thanks!