Welcome Guest, Not a member yet? Register   Sign In
redirections in my portal
#1

[eluser]matiit[/eluser]
I want to have redeirection on all portal to main page (when 404 error)
I don't know where to put .htaccess.
I didn't write this portal but i'm developing it now.
#2

[eluser]Damien K.[/eluser]
Your .htaccess file has the following:
Code:
ErrorDocument 404 <path_to_root_of_portal>

Put your .htaccess file in the root of your portal.
#3

[eluser]matiit[/eluser]
Yes but... what if there is no "de" controller and I try to visit:
/index.php/de/main
#4

[eluser]Damien K.[/eluser]
Try it... you should consult the Apache documentation.
#5

[eluser]matiit[/eluser]
No.. it work only for normal missing files...
#6

[eluser]Damien K.[/eluser]
I know the problem can be addressed with .htaccess configuration. You can do a rewrite if you have an idea of the path of missing files.
#7

[eluser]matiit[/eluser]
eh... de controller *class* is missing...




Theme © iAndrew 2016 - Forum software by © MyBB