Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim … watch any of it. I especially hate it when a good show gets canned before the story is told. Case in… point - Flash Forward was a really good show that never got a second season. I ended up… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 …;>:\033[0m Thank you for your messages, have a good day!") break response = generate_response_with_memory(query) print(f"\033… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by bijutoha I've noticed this: We can locate the solution when I submit my website to GSC. ![www-non-www-bijutoha.png](https://static.daniweb.com/attachments/4/0a9e8f11115e2ecf94e9000eeffef05e.png) Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani I guess that’s changed since I submitted my site what I feel like is at least a decade ago. Re: A Utility App for my organisation Hardware and Software Cloud-based Apps by Yito Do you need someone or company to provide quote and develop it? Re: A Utility App for my organisation Hardware and Software Cloud-based Apps by Dani Rahul, do you mean a mobile app for iPhone or Android? Wordpress can build some incredibly powerful web apps. Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani Currently the thing I hate most about TV shows is how much time elapses between seasons. I feel like I've been waiting for season 2 of Severance on AppleTV for *forever*! (It's been over 2 years already since season 1 debuted.) Speaking of that, is there ever going to be a second season for Squid Game? I can't imagine that Netflix would invest more… Re: Where do you find the best friends? Community Center Geeks' Lounge by Dani I just came across this thread and thought I'd comment. I have had a really hard time making friends since moving to California. I work from home so I don't have coworkers, and my husband and I don't have children yet, so I'm not meeting other parents. Being super sick the past year really hasn't helped matters either. Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … gave me same positive answers, that this change may be good for long run SEO. So why not ask DaniWeb community…? :) What do you guys thing about this? Did i make good choice for this or not? P.S: CloudFlare team recommended… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani … and non-www. As far as whether it was a good choice, that's up to you. [Google doesn't care… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book …] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] ` Is this good enough? I also have another question related to seo. I… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani … be very confusing to the end user and not a good experience, and Google realizes that. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Re: Biiim's post, the coding you suggest to get error messages looks like something good to try and the PHP Mailer stuff looks the same as the generic code I got from Ionos. It sounds like all these methods are appearing favorable for solving the problem. This kind of troubleshooting can be very frustrating so thanks for your help. ABC for Github-programs and Python Programming Software Development by Audun …, so.. Any clue? P.S. If you know of a good guide to this whole, general question of using Github-programs… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … PHPMailer has built-in XOauth2 support so that was a good recommendation. Here's a [link to a Q&A… A Utility App for my organisation Hardware and Software Cloud-based Apps by Rahul_143 … discussion and sharing How do I go about it? Any good app builder website. Seeking suggestions/guidance. Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun … "line", or whatever. I suppose that´s a good sign? It says syntax error a lot on there too… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani … part: autoplay: { delay: 1500, }, And that should do the trick! Good luck :) Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book I was about to ask next about the `Google Search Console` whether i should make new property with `www` or not. So now i made the new property, should i delete the old one, or just leave it like it is? Google wont get confused on which property should crawl? I will also make a dynamic sitemap that is generated with PHP with the `www` in the … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Google won’t get confused as long as you implement 301 redirects from non-www to www. The benefit of keeping both search console accounts is you can keep track and see that Google is stopping/slowing down crawling the old one and no longer indexing it. If Google search console is still showing you indexed pages for the non-www property, then … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book Alright, got it! So Google is smart enough to realize that `pametno-indukcisko-resho` and `паметно-индукционо-решо` mean the same in my language. Thank you so much for the help Dani! Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book Just as an update to this thread. I noticed weird link structure getting indexed on google after i created the new property with `www` version. Take a look how my links are getting indexed https://www.kupisi.mk/product/index.php?mainCategory=за-дома&productName=елегантен-кујнски-мијалник-од-нерѓосувачки-челик&product_id=44… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Make sure that every page has the correct link rel=canonical html tag set to tell Google what the one and only URL to the page is. Ensure there are no internal links anywhere in your site that use this wrong version of the URL. Remember, Google is finding this wrong URL somewhere! It’s not making it up :) Ideally, implement 301 redirects… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book > Make sure that every page has the correct link rel=canonical Where should i place this tag ? > Ensure there are no internal links anywhere in your site that use this wrong version of the URL. I ensured and updated the search.php file which was redirecting to `non-www` version, now is fine. > Ideally, implement 301 … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book I just updated the canonical url structure format into Cyrillic characters. $canonical_product_url = "https://" . $_SERVER['HTTP_HOST'] . "/product/$mainCategory/$productName/$productID"; $product_url = "https://" . $_SERVER['HTTP_HOST'] . "/product/" . urlencode($mainCategory) . "/"… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Is that what you want your preferred URLs to look like? Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani You are correctly implementing 301 redirects in an .htaccess file. Ensure that the redirects point to the exact same URL as you have in the canonical. Additionally, ensure that all internal links throughout your site point to that same URL as well. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim In your code where you write `mail($to,$subject,$message,$headers);` if you want to get error messages or "do something if it fails" you need to alter it a bit to something like: if(mail($to,$subject,$message,$headers)){ //if successful do something }else{ //if error do something else } //or… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I do not have access to the PHP error log nor do I know how to check to see if mail() is returning false. The coding I'm using has worked (e.g. sent email with submitted info) for 13 years and now stopped working. My URL/PHP provider, Ionos, claims it won't send because all recipient email addresses need to be authenticated and a new STMP PHPmailer…