|
-
[RESOLVED] Remove www from URLS
I want to remove the www from the beginning of my URLS. My website is at http://www.nticompassinc.com
http://www.nticompassinc.com/info.php works, but if I enter http://nticompassinc.com/info.php it redirects to http://www.nticompassinc.com
Why does this happen?
My DNS A (NAME) settings have @ and www both pointing to my webserver's IP.
Here is my .htaccess file
PHP Code:
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks