SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How do I remove www from my website's URL ?
If your website is runing under Apache, you can create (or add) a simple .htaccess file and type this content :
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
RewriteCond 
%{http_host} ^www.example.com[nc]
RewriteRule ^(.*)$ http://example.com/$1 [r=301,nc]
</IfModule>
Don't forget to replacehttp://example.com with your site's URL. This tip come from vortexmind.


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

144 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 144


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can update your profile information by clicking on the 'Edit Account' of the 'User Menu'.

Random question

Can I rate a file?