• Welcome to Sitemap Generator Forum.
 

Problem loading page

Started by fonesunlock, September 02, 2009, 07:19:16 PM

Previous topic - Next topic

fonesunlock

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?

XML-Sitemaps Support

Hello,

please try to creat file named ".htaccess" in generator folder with one line:
RewriteEngine off

fonesunlock

I already have that in the folder, still getting the same problem.


fonesunlock

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

fonesunlock

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, [ External links are visible to forum administrators only ] 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.

XML-Sitemaps Support

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.