I just moved a site and now my alias doesn't work anymore! Ellnav creates them to so it is a stop. Normally I had something.shtml but these doesn't work anymore.
I have $config['assume_mod_rewrite'] = true;
$config['auto_alias_content'] = true;
in config file and in htaccess. I have:
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 ^(.+)\.shtml$ index.php?page=$1Thanks / Gnolen

