Page 1 of 1

404 not found problem in website

Posted: Wed May 31, 2017 10:08 am
by ebizfiling
hi

my website is https://www.ebizfiling.com/

its home page got index and update but none of inner pages will not get cache and update ?
Any specific reason.

Issue details is that we have launch website with http and after that we change this .htaccess we permanent redirect.

After that we change the dynamic page url into the static one with help of .htaccess.

if we open static URL in browser its working fine.

However google is not indexing that page and showing 404 error.

for example, there is one page
Dynamic URL https://www.ebizfiling.com/?page=getstarted&iCatId=38

Change into Static : https://www.ebizfiling.com/g-p-trademar ... rvices.htm

robots, xml-sitemap, all done.

Please support more on this at urgent bases

Re: 404 not found problem in website

Posted: Wed May 31, 2017 3:08 pm
by requinix
Your pages are returning 404. Yes, they are displaying the pages you want, however that 404 tells Google that the page does not exist.

What is your .htaccess? If you're using ErrorDocument to do the rewriting then that's the problem.