HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
739 stars 180 forks source link

Show blank page when url with www. #61

Open dumithsalinda opened 3 years ago

dumithsalinda commented 3 years ago

For the non www url pages are work well. but when i type the www version of the domain name it shows the empty page.. app url is set to non www version.. Any idea to fix it. Thank you..

HansSchouten commented 3 years ago

I would suggest to support only one URL and for example redirect the non-www variant to the www variant (by using this). By allowing both www and non-www without a redirect, your website will get penalized in search ranking due to duplicate content.