1
vote
1answer
43 views

How to redirect / to home.php? (PHPBB/BLOG)

I want my site address to redirect: www.example.com to www.example.com/home.php I want to use this method to avoid it going to the index.php of that of my blog or phpb
2
votes
1answer
392 views

Redirect from the main page on multilanguage site

I've decided to start developing multilingual web site. Now I'm thinking about the structure. The idea is to use a simple algorithm to find out what language is most interesting to the visitor when he ...