I have a social network built using PHPFox and it's proving to be quite a challenge to change the default landing page. Does anyone know how I can change the default core.index-visitor landing page without having to adjust all the menus and everything? Would it be easier to just upload all the files for my custom landing page then redirect the apache configuration file to point to the new landing? Or can I do that from the .htaccess file?
Asked
Active
Viewed 1,626 times
2 Answers
0
You can modify welcome.html.php
file
to change landing page
in user module
user/template/default/block/welcome.html.php
May that helps you

keshu_vats
- 452
- 6
- 45

Ankit Agrawal
- 6,034
- 6
- 25
- 49