I sure would appreciate any help or suggestions on this. Thank you very much.
My .htaccess File:
Code: Select all
php_flag magic_quotes_gpc Off
php_flag register_globals Off
php_flag session.use_trans_sid Off
# Make sure you have Options FollowSymLinks
# and Allow on
RewriteEngine On
#Rewrites page.shtml as index.php?page
RewriteRule ^(.+) index.php?page=$1 [QSA]
Code: Select all
$config['assume_mod_rewrite'] = true;
$config['auto_alias_content'] = true;
$config['page_extension'] = '';
