View Single Post
  #1  
Old 10-08-2011, 12:44 PM
 
frank_s frank_s is offline
 

Advanced Member
  
Join Date: Oct 2010
Posts: 35
 

Default cdseo pro on xcart 4.4.4 Install ?

Has anyone been able to get CDSEO Pro (ie: version 1.7) working on the new version of X-Cart 4.4.4 ?

When I try to:
Access the cdseo installation by appending /cdseopro/ to your admin url, i.e.:
http://www.example.com/path-to-x-cart/admin/cdseopro/index.php

This above is off the installation instructions I have changed the path to match the actual location of index.php

I receive the following:

ERROR: Can not initiate application! Please check configuration.

Here is the .htaccess being used:

DirectoryIndex home.php index.php index.html index.htm

# If you would like X-Cart to show informative message for errors caused
# by opening of missing/deleted files (HTTP Error 404), please uncomment
# the line below.
# ErrorDocument 404 /404.php

# NOTE: If you installed X-Cart into a subfolder (for example, to /store folder, so
# it is available at http://www.example.com/store/home.php), you need to specify
# full relative path to the 404.php script, for example, as follows:
# ErrorDocument 404 /store/404.php

# Show default error document for 404 errors caused by opening of image/media files.
<Files ~ "\.(gif|jpe?g|png|js|css|swf|ico)$">
ErrorDocument 404 default
</Files>

ErrorDocument 401 default

# ------------------------------------
# CDSEO Pro
# ------------------------------------
# This directory index is recommended to replace the
# x-cart default within this .htaccess file
DirectoryIndex home.php index.html index.php

# Enable mod rewrite engine
RewriteEngine On

# .htpasswd protection
# May be required if your htpasswd files are located below document root (i.e. cpanel)
# Remove # at the beginning of this line if your unable to access password protected folders:
ErrorDocument 401 "Unauthorized"

# Some servers require this Options directive to be disabled
# Remove # at the beginning of this line to disable:
#Options -Multiviews

# Some servers require the Rewritebase directive to be enabled
# Remove # at the beginning of this line to enable:
#RewriteBase /

RewriteCond %{REQUEST_URI} !^/(payment|admin|provider|partner)/
RewriteCond %{REQUEST_FILENAME} !\.(gif|jpe?g|png|js|css|swf|php|ico)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ cdseopro.php
# ------------------------------------
# / CDSEO Pro
# ------------------------------------

I have sent a copy of the .htaccess to my host provider for review and have not had a response as of yet.

Is there any configuration that needs to be changed to enable the use of CDSEO in the new version of X-Cart?

I am currently going through the X-Cart installation instructions and double checking any permission settings.

Thank you in advance for any help.
Frank
__________________
X-cart Gold
4.6.4
Reply With Quote