bethesda
03-02-2009, 10:22 AM
I have several 1.59 Joomla sites and the directory structure is like this:
/public_html/firstsite
/public_html/secondsite
etc.
Each site subdirectory has its own .htacess file. I've got Search Engine Friendly URLs and mod_rewrite both turned on.
I want to be able to do some very basic url rewriting so I started with something simple in /public_html/firstsite/.htaccess, below RewriteEngine On:
RewriteRule somepage someotherpage
This fails, and I've tried several variants, like this:
RewriteRule ^somepage$ someotherpage
What am I doing wrong?
Thanks!
/public_html/firstsite
/public_html/secondsite
etc.
Each site subdirectory has its own .htacess file. I've got Search Engine Friendly URLs and mod_rewrite both turned on.
I want to be able to do some very basic url rewriting so I started with something simple in /public_html/firstsite/.htaccess, below RewriteEngine On:
RewriteRule somepage someotherpage
This fails, and I've tried several variants, like this:
RewriteRule ^somepage$ someotherpage
What am I doing wrong?
Thanks!