Stettin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess affecting other sites on multiple domain hostI got my solution! Thanks to HostGator tech support for the answer: I needed to add this to my .htaccess file….
RewriteEngine Off
Once I did that, the 404 errors showed up fine ??
Forum: Fixing WordPress
In reply to: htaccess affecting other sites on multiple domain hostI have that in the subdirectory…
ErrorDocument 404 /404.shtml
I think the problem is the root htaccess is kicking in before the subdirectory htaccess. I thought it was supposed to read the subdirectory htaccess first.
Forum: Fixing WordPress
In reply to: htaccess affecting other sites on multiple domain hostOK, let me clarify.. I think I laid that tree out kind of funky
my root website is https://www.mydomain.com
blog is in https://www.mydomain.com/blog, but I didn’t like the /blog at the end, so all of my posts show up as https://www.mydomain.com/blogpost.htmeach domain has its own directory off of the root
/ – https://www.mydomain.com
/domain2 – https://www.domain2.com
/domain3 – https://www.domain3.comThey are not subdomains, but full domains. HostGator uses Cpanel, if that helps
I do have a subdomain for a clan website running WordPress
/clan – clan.mydomain.comWordPress handles the 404pages just fine as either a domain or subdomain. I think it is because each wordpress install has its own .htaccess file with mod-rewrite, but the non-wordpress do not.
Forum: Fixing WordPress
In reply to: htaccess affecting other sites on multiple domain hostmy structure is
/ (domain one)
.htaccess
/domain2
/domain2/.htaccess (domain2)
/domain3
/domain3/.htaccess (domain3)It seems that the /.htaccess is overwriting the 404 functionality of the subdirecotries/domains