Page 1 of 1

Problem with moving portal.php in other directory

Posted: 4. March 2012 13:05
by Horeus
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://allgamers.fr

What have you done before the problem was there?


What have you already tryed to solve the problem?
Not write DirectoryIndex portal.php index.php index.html index.htm in /.htaccess
Deactivate Ultimate SEO URL and Zéro duplicate phpBB SEO


Description and Message
Good Morning everybody

In advance, sorry for my english :mrgreen:
I wanted to use the trick in this adress : knowledge/kb_show.php?id=2
for moving /forum/portal.php to /portal.php but it does not work.
I think the problem come to Ultimate SEO URL because it's this is indicated

Code: Select all

Create or edit /.htaccess and add:
[code]DirectoryIndex portal.php index.php index.html index.htm
[/code]
Do you have a solution ?
Thanks[/i]

Edit :

Problem solved
In phpbb_seo/cache/.htaccess, must be added :

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm

Re: Problem with moving portal.php in other directory

Posted: 5. March 2012 18:33
by Horeus
In fact, the problem was not solved ... or almost
If you have Seo Url, do not do the first 2 steps:
Create or edit /.htaccess and add:

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm
Edit /forums/.htaccess
REMOVE

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm
but when connecting, sometimes we fall on page 404. To return to normal, we must go back and refresh. Ditto for the disconnection.
So, I removed it and abandoned.