Forum Moderators: phranque
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
The problem is I need the site to work on another local address "anothersite.ourserver/example" which is an alias which points to the original example site.
Can anyone offer any suggestions or help as to what I will need to change?
thanks in advance
[edited by: jdMorgan at 9:39 pm (utc) on Jan. 8, 2007]
[edit reason] Examplified - Please see Terms of Service. [/edit]
Do you know if there is any way to do this?