goldparfum
New Member
please tell me the code to copy+paste try this...
"Redirect 301 / http://www.newdomain.com" and ftp the file as .htaccess to your root folder Quote: Originally Posted by caspernick try this...
"Redirect 301 / http://www.newdomain.com" and ftp the file as .htaccess to your root folder well im not so much familiar with technical terms do you think you can re-write that Do you have FTP access to your site? If not, download the plugin for Firefox called FireFTP and configure it to connect to your server. Open Notepad or TextEdit(Mac) and type Redirect 301 / http://www.newdomain.com
save the file with the file name .htaccess on your desktop and then FTP it to your home directory of the website. PM me if you have any questions. I will be online for a while hi,
copy and paste this code to your .htaccess file,
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
hope this will help you Try these reply of v7n mentor DigitalAlien:
Quote: Originally Posted by DigitalAlien http://www.isitebuild.com/301-redirect.htm
or here
http://lmgtfy.com/?q=how+to+create+a+301+redirect Quote: Originally Posted by DigitalAlien Very true, didn't think about that
You may be able to add in HTML that does it though: http://www.instant-web-site-tools.co...-redirect.html Thanks,
MrSS Quote: Originally Posted by devisrimari hi,
copy and paste this code to your .htaccess file,
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
hope this will help you i did this but if i dont put www then it wont work and now i cant even reverse it
how can i fix it i tried redirecting to www. but since whenever i didnt use www. i wouldnt be directed to my normal website so i decided to change it but for some reason its not working so how can i fix this Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. Quote: Originally Posted by HTMLBasicTutor Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. are you talking about the first link in my sig ? Quote: Originally Posted by alsoyoutube are you talking about the first link in my sig ? also i tried on another browser and it says thats theres no index.php which the is and idk what to do i can access the other files on my website but just not the index page unless i put /index.php I can access both sites in your signature just by clicking them. No index.php required (and it shouldn't be). Quote: Originally Posted by HTMLBasicTutor I can access both sites in your signature just by clicking them. No index.php required (and it shouldn't be). well idk whats wrong on my side Quote: Originally Posted by alsoyoutube well idk whats wrong on my side There were suggestions here:
Quote: Originally Posted by HTMLBasicTutor Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. Quote: Originally Posted by HTMLBasicTutor There were suggestions here: so is it working now for you ? Did you get it working? If not, what site do you want to redirect from and to where? Did you use the php code or the html snippet I gave you? If there is still a problem, let me know and I will try to help out. You can give the URL in this tool and generate code for redirection from www version to non www version and vice versa.
"www.htaccessredirect.net"
"Redirect 301 / http://www.newdomain.com" and ftp the file as .htaccess to your root folder Quote: Originally Posted by caspernick try this...
"Redirect 301 / http://www.newdomain.com" and ftp the file as .htaccess to your root folder well im not so much familiar with technical terms do you think you can re-write that Do you have FTP access to your site? If not, download the plugin for Firefox called FireFTP and configure it to connect to your server. Open Notepad or TextEdit(Mac) and type Redirect 301 / http://www.newdomain.com
save the file with the file name .htaccess on your desktop and then FTP it to your home directory of the website. PM me if you have any questions. I will be online for a while hi,
copy and paste this code to your .htaccess file,
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
hope this will help you Try these reply of v7n mentor DigitalAlien:
Quote: Originally Posted by DigitalAlien http://www.isitebuild.com/301-redirect.htm
or here
http://lmgtfy.com/?q=how+to+create+a+301+redirect Quote: Originally Posted by DigitalAlien Very true, didn't think about that
You may be able to add in HTML that does it though: http://www.instant-web-site-tools.co...-redirect.html Thanks,
MrSS Quote: Originally Posted by devisrimari hi,
copy and paste this code to your .htaccess file,
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
hope this will help you i did this but if i dont put www then it wont work and now i cant even reverse it
how can i fix it i tried redirecting to www. but since whenever i didnt use www. i wouldnt be directed to my normal website so i decided to change it but for some reason its not working so how can i fix this Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. Quote: Originally Posted by HTMLBasicTutor Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. are you talking about the first link in my sig ? Quote: Originally Posted by alsoyoutube are you talking about the first link in my sig ? also i tried on another browser and it says thats theres no index.php which the is and idk what to do i can access the other files on my website but just not the index page unless i put /index.php I can access both sites in your signature just by clicking them. No index.php required (and it shouldn't be). Quote: Originally Posted by HTMLBasicTutor I can access both sites in your signature just by clicking them. No index.php required (and it shouldn't be). well idk whats wrong on my side Quote: Originally Posted by alsoyoutube well idk whats wrong on my side There were suggestions here:
Quote: Originally Posted by HTMLBasicTutor Don't start a new thread for the same problem.
I can access the first site in your signature using with www and without. Therefore if that is the site we are discussing, you undid it. If you can't see that then there are one of 2 reasons:You need to clear the cache in the browser you are using. orYour ISP is caching the net. You will have to wait till they update their cache or use a proxy server to see the changes.
You don't have the redirect on the other site in your signature either. Quote: Originally Posted by HTMLBasicTutor There were suggestions here: so is it working now for you ? Did you get it working? If not, what site do you want to redirect from and to where? Did you use the php code or the html snippet I gave you? If there is still a problem, let me know and I will try to help out. You can give the URL in this tool and generate code for redirection from www version to non www version and vice versa.
"www.htaccessredirect.net"