friendly URLs [Working now]
Posted: Tue Aug 09, 2005 3:28 am
I would like to get friendly URL's working on my site, and I think from CMS's side I've done what is needed, but Apache isn't cooperating (I'm getting 404 errors from the menu-generated links).
I've copied doc/htaccess.txt to .htaccess. I've edited config.php, for $config['assume_mod_rewrite'] = true;
From my httpd.conf:
Options FollowSymLinks
Allow on
DocumentRoot /var/www/html/
ErrorLog logs/error_log
ServerName www.mysite.com
ServerAlias mysite.com
TransferLog logs/access_log
DirectoryIndex index.html index.php index.htm index.shtml
and
LoadModule rewrite_module modules/mod_rewrite.so
Any thoughts?
I've copied doc/htaccess.txt to .htaccess. I've edited config.php, for $config['assume_mod_rewrite'] = true;
From my httpd.conf:
Options FollowSymLinks
Allow on
DocumentRoot /var/www/html/
ErrorLog logs/error_log
ServerName www.mysite.com
ServerAlias mysite.com
TransferLog logs/access_log
DirectoryIndex index.html index.php index.htm index.shtml
and
LoadModule rewrite_module modules/mod_rewrite.so
Any thoughts?