| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||
| NamePros Regular Join Date: Jan 2007
Posts: 447
![]() | .htaccess redirect Hi all, I try to make a redirection in Redirects Section on Cpanel 11 from linuxinvent.info to linuxinvent.info/home/modules/news but i received this error:
How can I make a personal .htaccess for redirecting from linuxinvent.info to linuxinvent.info/linux/modules/news? Thank you very much ![]() Bye Maurizio1230 | ||||
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() | RewriteEngine On RewriteCond ^(https?:\/\/(www\.)?)?linuxinvent.info$ RewriteRule http://linuxinvent.info/linux/modules/news [R] Something like that...I wrote that off the top of my head and didn't test it...but you want to use mod_rewrite for this. |
| |
| | THREAD STARTER #3 (permalink) | ||||
| NamePros Regular Join Date: Jan 2007
Posts: 447
![]() |
why https? Thanks for the reply | ||||
| |
| | THREAD STARTER #5 (permalink) | ||||||||
| NamePros Regular Join Date: Jan 2007
Posts: 447
![]() | I see this:
????: NamePros.com http://www.namepros.com/showthread.php?t=337956
Thanks | ||||||||
| |
| | THREAD STARTER #7 (permalink) | ||||
| NamePros Regular Join Date: Jan 2007
Posts: 447
![]() | here you are
| ||||
| |
| | #10 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() | Do you see the index of the directory you want to redirect to or the index of the / directory? Try changing the rewrite rule: Code: RewriteRule http://linuxinvent.info/linux/modules/news [R] to RewriteRule http://linuxinvent.info/linux/modules/news/index.php [R] |
| |