Hi,Kevin wrote: add to your.htaccess
this:Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
This code is correct if the Portal is at the root.
But if the Portal is in a Directory, named par example, "forum"?
Then the code perhaps would be with "forum":
Code: Select all
DirectoryIndex forum/app.php/portal index.php index.html index.htm
What is wrong?
Thanks in advance.