View Single Post
  #284  
Old 06-30-2010, 05:23 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Hello,

I was getting a sever issue with 1and1 (Error 500 - Internal server error), 1and1 had me change the code on the .htacess file to fix the issue but now I'm getting other issues, like the meta tage and title tag not working. Does anyone know how this code is effecting the mod?

# ------------------------------------
# CDSEO Pro
# ------------------------------------
# This directory index is recommended to replace the
# x-cart default within this .htaccess file
DirectoryIndex 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/

<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ cdseopro.php
# ------------------------------------
# / CDSEO Pro
# ------------------------------------

Thanks Eric
__________________
x-cart gold v4.1.8
Reply With Quote