Search the Community
Showing results for tags 'site configuration'.
-
I recently inherited a ProcessWire website and had to switch the web address of our ProcessWire site. Old Address – plants.something.edu New Address – plant-directory.something.edu When I go here and login I get an error - https://plant-directory.something.edu/processwire/page/?login=1 Error - The ProcessWire configuration files are located in the /wire/config.php and /site/config.php files. The /wire/config.php file contains detailed descriptions of the $config properties, including default values. The config.ph file was changed from OLD: $config->httpHosts = array('dev.plants.something.edu', 'plants.something.edu'); NEW: $config->httpHosts = array('dev.plants.something.edu', 'plants.something.edu', 'plant-directory.something.edu'); AND: $config->httpHosts = array('plant-directory.something.edu'); How do I clear the error and get updates to show on the live website? Thanks!
-
I have added favicon files (.png, .xml, .ico, .svg) into site/templates/images/favicon/ folder. I refer to them in _after.php, <head> tag. Problem is that favicon does not show. When I go to the address of the .png icon, it shows the basic blue icon with question mark = something is wrong. But when I check .svg file, it shows correctly. Browser console and ProcessWire error log don't recognize any issues. All files have chmod 644, and all folders 755. All images added into site through ProcessWire admin are displayed correctly. What could be the caused of this issue?
- 6 replies
-
- favicon
- file permissions
-
(and 2 more)
Tagged with: