![]() |
.htaccess
yo
I want to make it so that when users hit http://www.lickmynuts.com they will be sent to http://www.lickmynuts.com/testciles/itchy.php hook it up |
Code:
redirect lickmynuts.com http://www.lickmynuts.com/testciles/itchy.php |
setup the redirect URL with your domain service
|
|
Or create an index.php file and put it in the root dir of the domain.
Code:
<?php |
i use htaccess to block sites...
|
juiiiccccy :pimp
|
lol at that domain name
|
or you can do this
Code:
alias index.html http://www.lickmynuts.com/testciles/itchy.php |
you are joking right....
|
Quote:
HAHA I meant Code:
Redirect /index.html http://www.lickmynuts.com/testciles/itchy.php |
Quote:
|
why would you want to use htaccess for this? :)
|
Quote:
|
Quote:
Code:
Redirect permanent /index.html http://www.lickmynuts.com/testciles/itchy.php Code:
Redirect permanent / http://www.newdomain.com/ |
maybe just a meta refresh tag?
|
Quote:
|
I think you can do this just from the admin panel your webhost gave you.
|
Open up your .htaccess file and put this on the first line:
DirectoryIndex /testciles/itchy.php |
|
I posted a 301 redirect link too, but the php redirect is fine to use for a domain that already redirects. And yes, I understand it may just have been an example site, but you never know.
|
RewriteEngine On
RewriteRule / http://www.lickmynuts.com/testciles/itchy.php [R] i think that might work but i haven't used mod_rewrite in a while. |
Quote:
crap 8 char |
Never use meta/php/redirect!
Use mod_rewrite. It is only right way to do it all. I can help you tune it up. I'm experianced in modrewrite. Just hit my ICQ: 386-430-454 and we will do it in a minute. |
All times are GMT -7. The time now is 06:12 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123