View Single Post
  #406  
Old 01-11-2012, 09:20 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

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

Has clean urls been removed from your .htaccess entirely?

I don't know what the problem with that would be off hand. You could try opening init.php and finding:

Code:
x_load( 'db', 'files', 'compat', 'gd', 'clean_urls', 'memcache' );

And changing to:

Code:
x_load( 'db', 'files', 'compat', 'gd', 'memcache' );

But I'm not sure if that would simply cause function does not exist errors.
Reply With Quote