I have installed SSU and on the first admin run going to Admin/Extras/Simple SEO I briefly saw a green screen showing all the DB patches that have been applied. SSU has been turned on under Admin/Configuration. The DIR_FS_SQL_CACHE values at the bottom of each config file are identical.
The following changes have been made to both my configure.php files per yellow1912's instructions and my store resides in the root of my server, not in any sub-folder:
Code:
define('HTTP_SERVER', 'http://www.site.com');
(changed mine to
http://www.earnest-enterprises.com)
Code:
define('HTTPS_SERVER', 'https://secure.site.com');
(changed mine to
https://www.earnest-enterprises.com)
Code:
define('DIR_WS_CATALOG', '/subfolder/');
(changed mine to '/')
Code:
define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
(changed mine to '/')
To check that everything was working properly I ran ssu_check.php. In doing this I see the following in the small window that appears (\!/ designating the yellow warning signs). Below is as it appeared in sequence:
Code:
\!/ checking includes/configure.php
\!/ suggest .htaccess content
(window here showing suggested .htaccess code)
small lightbulb here stating success
\!/ checking cache write permission
I have copied/pasted the code that appears in the ssu_check window into my .htaccess file (which I had done previously but did it again). My cache directory and all sub-directories under it are set at 777. Have not touched the Admin/Configuration/Simple SEO settings and left them as they were.
Just wondering if the warning signs are normal or if I have something amiss. I have been very careful with both of the configure files in editing them. Anyone have any ideas? Yellow1912, if/when you're available? May not have a problem here but would rather find out now than later... Thanks in advance for any assist.
Rod