using: v1.3.9h
Downloaded and installed Simple SEO URL 3.8.5
Checked
XXX@XXX:~# a2enmod rewrite
Module rewrite already enabled
Checked
define('HTTP_SERVER', 'http://www.site.com');
define('HTTPS_SERVER', 'https://www.site.com');
- Installed everything properly I think..
- A. Didn't have a .htaccess file so just cp given into place.
We're "NOT using Zencart 1.3.8a" so replaced includes/functions/html_output.php with the saved version. That could have been mentioned earlier...
edited the includes/functions/html_output.php at the function zen_href_link.
Checked path/to/cache is properly set in admin/includes/configure.php and includes/configure.php
Set path/to/cache/ chmod -R 777 ssu
There are no subfolders present, just a .htaccess file.
Is that a clue?
Goto admin > tools > Module Manager:
List all modules:
ID module_code patch_level version_name Update
1 yellow1912_ssu 18 Beta 3.8.5 update
Goto admin > extras > Simple SEO URL Manager:
"White screen of doom"
Goto http://www.store.com/ssu_check.php
!/ Checking includes/configure.php
!/ Suggested .htaccess content
Success #### BOF SSU Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / # Deny access from .htaccess RewriteRule ^.htaccess$ - [F] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L] #### EOF SSU
!/ Checking cache write permission
What is this suppose to return?