Problem loading page
« on: September 02, 2009, 07:19:16 PM »
After installation, when going to the link: [ External links are visible to forum administrators only ] i get a redirection error - The page isn't redirecting properly

How do I fix this?
Re: Problem loading page
« Reply #1 on: September 02, 2009, 11:03:52 PM »
Hello,

please try to creat file named ".htaccess" in generator folder with one line:
Code: [Select]
RewriteEngine off
Re: Problem loading page
« Reply #2 on: September 03, 2009, 01:47:24 PM »
I already have that in the folder, still getting the same problem.
Re: Problem loading page
« Reply #3 on: September 03, 2009, 10:09:04 PM »
Do you have .htaccess in domain root? If yes, what is it's content?
Re: Problem loading page
« Reply #4 on: September 03, 2009, 11:25:22 PM »
Yes, this is what's in the file:

# ------------------------------------
# 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 /xcart/

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
# ------------------------------------
Re: Problem loading page
« Reply #5 on: September 03, 2009, 11:28:24 PM »
If I change the root .htaccess file to: RewriteEngine Off , then I get this message when I go to the link: [ External links are visible to forum administrators only ]

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@phonepartshk.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Re: Problem loading page
« Reply #6 on: September 04, 2009, 07:00:33 PM »
It looks like a files permissions issue. Make sure that you have 0755 permissions set for generator/ folder and 0644 for generator/index.php file.