ElGringo69 0 Report post Posted February 26, 2008 Hello, For the homepage, i have a suggestion. Create an automatic redirection. Delete the index.html file : https://www.opengrow.com/index.html Create an index.php file : https://www.opengrow.com/index.php With the following code: ><?php header("Location: http://www.opengrow.com/forum/"); ?> The best way to make a clean redirection is to use htaccess to make a 301 redirection, but it's more difficult Schuss Quote Share this post Link to post Share on other sites
Guest DaMiss Report post Posted March 1, 2008 Create an automatic redirection. Was on the ToDo list and is Done. Thanks for your suggestion. Good to see that people are with us DaMiss Quote Share this post Link to post Share on other sites
John Doe 0 Report post Posted March 1, 2008 The best way to make a clean redirection is to use htaccess to make a 301 redirection, but it's more difficult I like it the hard way, so that's what I did Quote Share this post Link to post Share on other sites
ElGringo69 0 Report post Posted March 2, 2008 EDIT: Look here how to quote If you would hardder I can make suggestion It's easier to browse if url's are shorter. So you can remove "forum/" from the url. It's just suggestion (J'suis un peu un emmerdeur, je sais. En même temps c'est mon job ) Quote Share this post Link to post Share on other sites
Jahroide 1 Report post Posted March 2, 2008 Hi' Just a lit' Warning with the alias on server-sides who can lead to easier security leak... > El gringo, Sorry pal, it's always the same story between security 'n accessibility. Nice tips for the rest, but this time, there's much more issues with the url alias. (Désolé de te la faire en anglais...) C'est pour la mondialisation ... Beaucoup de problèmes d'injection avec les raccourcis d'url coté serveur. Lat' Quote Share this post Link to post Share on other sites
ElGringo69 0 Report post Posted March 2, 2008 So sorry i'll answer if french T'inquiète, je bosse avec des gens très compétent niveau sécurité et optimisation ;-) Quote Share this post Link to post Share on other sites
Guest DaMiss Report post Posted March 2, 2008 Luckely we have google translate so i still can get an idea what you guys are talking about, pfffff ElGringo: the /forum is there for a reason. In the future we want a portal on the .com and from there access to the forum /forum Quote Share this post Link to post Share on other sites