Status
Not open for further replies.

qix100

Customer
Hello,

I purchased the DragonByte SEO for my new Community.

I made the Installation like written in the readme.txt. After installing, I saw the new URL like Domain.de - Seite nicht gefunden but when I click on this URL, I got an 404 error. I made no changes on the Setting.

Regards, qix100
 
Have you edited your .htaccess file? If your web server is not Apache, you may not have a .htaccess file and you may need to convert the rewrite rules to whatever system your web server uses.
 
Have you edited your .htaccess file? If your web server is not Apache, you may not have a .htaccess file and you may need to convert the rewrite rules to whatever system your web server uses.

Hi,

it's an Apache and I edited the .htaccess

So now I delete all files and install again, unfortunately I got now an 500 error :(

Here is the Content of my .htaccess:

AddType x-mapp-php5.4 .php
AddHandler x-mapp-php5.4 .php

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
Please check the server error log for the real reason behind a 500 Internal Server Error. If you don't know how to access that file, please contact your host for assistance.
 
Please check the server error log for the real reason behind a 500 Internal Server Error. If you don't know how to access that file, please contact your host for assistance.

Hmmm, they told me to put "RewriteBase /" into the .htaccess. Now it works fine :)
 
Status
Not open for further replies.

Similar threads

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,191
Customer rating
5.00 star(s) 1 ratings
Back
Top