Remove www automatically
- Status
- Closed
- Subject
- Remove www automatically
- Version
- 5.x
- Category
- Feature request
- Feature
- Administration
Installer (profiles, upgrades and server-related issues)
Search engine optimization (SEO) - Resolution status
- Fixed or Solved
- Submitted by
- Marc Laporte
- Lastmod by
- Marc Laporte
- Rating
- Description
using www.domain.com
vs domain.com and it will not keep you logged in.
Plus, having www is no longer relevant nowadays
http://www.fabianlim.name/redirecting-non-www-domain-to-www-using-htaccess
http://arjaneising.nl/wp-content/uploads/htaccess-www.txt
Jonny saysCopy to clipboardFinally - Marc, did you crack the www url problem? As you said, it would be nice to have as a pref in Tiki and i think the only way to do it for all cases (subdomains, subdirectories etc) is in PHP. For now we could just add it to local.php - stuff like: if (strpos($_SERVER['HTTP_HOST'], 'www') === 0) { // do stuff...
Related:
Adding some examples in htaccess- Solution
- Done in Tiki5
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 3097
- Created
- Tuesday 30 March, 2010 12:57:49 UTC
by Marc Laporte - LastModif
- Monday 05 April, 2010 21:03:05 UTC