-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By NehaPillai
Hello Everyone, I was trying to update SEO meta title, description and meta keywords for my website in Process Wire CMS but it saving in the backend but it is not reflecting on my website, Please help me regarding this error. Please find below attached screen shot for your ref. TIA.
-
By stanoliver
My aim is to output a very basic xml document which should be styled with a few css-styles.
<?xml version = "1.0"?> <contact-info> <name>Donal Duck</name> <company>Superducks</company> <phone>(011) 123-4567</phone> </contact-info> How do I implement it with processwire?
-
By franciccio-ITALIANO
Hi, we can choose the "headline" and "title" and "summery" in panel page of processwire, but we can't write the "metadecriptions" and "tags".
I can write mdescropt and tags in templates, but I've same templates for many articles... so, how I can change mdescription and tags?
Thanks...
-
By Marco Angeli
Hi there,
I added a ssl certificate to my site and I'd like to redirect every single http url to its new https version
So I added this code in the .htacces file, after the RewriteEngine On :
Redirect 301 /about https://www.mysite.it/about
Unfortunately this is now working: I get the "too many redirects" error.
The following code works, but it's a bulk redirection to the home page, something I don't want for SEO reasons (https://moz.com/blog/save-your-website-with-redirects😞
RewriteCond %{HTTP_HOST} mysite\.it [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.it/$1 [R,L]
Any suggestions?
-