MyBB Community Forums

Full Version: Forum Url Format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have a problem with My forum when i open my forum in this format : taleemimaktab.in it is not working when i add www like www.taleemimaktab.in its working fine .
Can anyone help me ..?
Try going to

Admin CP --> Configuration --> Site Details --> Homepage URL and change it too http://taleemimaktab.in/
Try Vpn Proxy Then Open Your Site They Work Fine
Add this to your .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^taleemimaktab\.in$ [OR]
RewriteCond %{HTTP_HOST} ^www\.taleemimaktab\.in$
RewriteRule ^/?$ "http\:\/\/taleemimaktab\.in\/index\.php" [R=301,L]
(2015-06-10, 07:42 AM)BaggerHD Wrote: [ -> ]Add this to your .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^taleemimaktab\.in$ [OR]
RewriteCond %{HTTP_HOST} ^www\.taleemimaktab\.in$
RewriteRule ^/?$ "http\:\/\/taleemimaktab\.in\/index\.php" [R=301,L]

where i add this rewrite rules in .htaccess ...?
if you already have anything in .htaccess look if there already stands
RewriteEngine on

if so, just copy and past the rest to the bottom , and save the file.... take a look that the file still is called .htaccess and without extension