404 not found problem in website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ebizfiling
Forum Newbie
Posts: 1
Joined: Wed May 31, 2017 9:41 am

404 not found problem in website

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: 404 not found problem in website

Post 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.
Post Reply