Page off after built a landing page with the same name of the page

1 replies
Hello guys,

I have a page like mysite.com/mypage.

and yesterday I created a subdomain mypage.site.com.

so ocurred 404 error in mysite.com/mypage (404 error with the layout of platform that I used to build the subdomain), after that I excluded the subdomain, but the error continues.

My another pages continues ok.

After that I excluded the data base of the subdomain, and now appears an error of "comunication with the db" when I click in mysite.com/mypage

Someone knows why?

Follow my .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
#built #landing #page
  • Profile picture of the author paivadaniel
    solved. When I created the subdomain, automatically the system created a folder "yoursubdomain"... and had the same path of the page
    {{ DiscussionBoard.errors[10468392].message }}

Trending Topics