'Alias gone' problem
Posted: Mon Apr 25, 2005 2:16 pm
Hehe, I am asking as hell at the moment..Sorry for that but I am so stressed..
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:
And the contentpages are set to the same values. This should be alright? Right?? So why doesn't it work?
Thanks / Gnolen
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