I have a large number of 404’s due to a site structure design change that need redirecting. Can someone tell…
Rewriting URL with htaccess
I am trying to rewrite the url to my wordpress theme folder as so: Actual URL: http://www.mydomain.com/wp-content/themes/mytheme/style.css Trying to rewrite…
Css not loading on mobile browsers
I had a website hacked a while back and I’ve been cleaning out the server, changing / updating things, changing…
WordPress links/site title won’t work
I have one WordPress installation at www.website.com, and a test site at www.website.com/test. The standard site works fine, but the…
WordPress redirect to static index.html page while keeping sub-pages intact? [closed]
WordPress newbie here and building on this, I have a similar problem to the question asked here: under construction page…
htaccess rewriterule. I don’t want all of them rewritten – How to exclude some pages?
My htaccess is as follows: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^moreinfo/(.*)$ http://www.kgstiles.com/moreinfo$1 [R=301] RewriteRule ^healthsolutions/(.*)$ http://www.kgstiles.com/healthsolutions$1 [R=301] RewriteRule ^(.*).html$ $1/…
Broken Links .htaccess issue
I checked my WordPress theme on broken link checker website and its giving me a list of broken URLs. See:…
Redirecting URL using .htaccess
I have a WordPress website and some link checker plugins are reporting all the links broken in same way. Just…
Tracing Word Press processes
Before I get bombarded with RTFMs, I did google this, but all I got was tutorials on how to install…