| 
				
					| 
							
								|  | Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo
 |  |  Pogaduchy - Problem z domen?
 
 KaweX - Czw 31 Sie, 2006
 Temat postu: Problem z domen?
 Pierwszy raz rejestruje domene no i mam taki problem....
 
 Zarejestrowa?em domene: mdx-team.net i zaparkowa?em j? w Cpanelu
 
 no i ta domena kieruje mnie jakby do:
 http://kawexxx.webd.pl
 
 a ja chce ?eby kierowa?a mnie do:
 http://kawexxx.webd.pl/mdx/forum/
 
 wie kto? jak to zrobic
  ? 
 Pierwszy raz to robie i nie mam do?wiadczenia
 Kula - Czw 31 Sie, 2006
 
 zagaj do warny , on pom?g? mi i Gozdzie z nasz? domen?
 Alien - Czw 31 Sie, 2006
 
 Wchodzisz do cPanelu.
 Potem domeny dodane.
 Nast?pnie wype?niasz:
 
 | Kod |  | Nowa nazwa domeny:  	mdx-team.net Uzytkownik/katalog/nazwa subdomeny: 	mdx/forum/
 Haslo:   bleble
 | 
 Sam robi?em tak z kilkoma domenami i jest ok.
 PiotrLegnica - Czw 31 Sie, 2006
 
 Prosty rewrite:
 
 | Kod |  | RewriteEngine On RewriteCond %{HTTP_HOST} =mdx-team.net [OR]
 RewriteCond %{HTTP_HOST} =www.mdx-team.net
 RewriteRule ^(.*)$ mdx/forum/ [QSA,L]
 
 | 
 KaweX - Czw 31 Sie, 2006
 
 
 | PiotrLegnica napisał/a |  | Prosty rewrite: 
 | Kod |  | RewriteEngine On RewriteCond %{HTTP_HOST} =mdx-team.net [OR]
 RewriteCond %{HTTP_HOST} =www.mdx-team.net
 RewriteRule ^(.*)$ mdx/forum/ [QSA,L]
 
 | 
 | 
 
 sorka a gdzie to sie daje ?
   PiotrLegnica - Czw 31 Sie, 2006
 
 .htaccess w katalogu g??wnym (public_html czy jak to si? u ciebie zwie).
 KaweX - Czw 31 Sie, 2006
 
 
 | Kod |  | # -FrontPage- 
 IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
 
 <Limit GET POST>
 #The next line modified by DenyIP
 order allow,deny
 #The next line modified by DenyIP
 #deny from all
 allow from all
 </Limit>
 <Limit PUT DELETE>
 order deny,allow
 deny from all
 </Limit>
 AuthName www.kawexxx.webd.pl
 AuthUserFile /home/kawexxx/public_html/_vti_pvt/service.pwd
 AuthGroupFile /home/kawexxx/public_html/_vti_pvt/service.grp
 
 <Files 403.shtml>
 order allow,deny
 allow from all
 </Files>
 
 deny from 82.160.23.
 | 
 
 a dok?adniej gdzie to wsadzi
 PiotrLegnica - Czw 31 Sie, 2006
 
 Na ko?cu
   KaweX - Czw 31 Sie, 2006
 
 PiotrLegnica, wywala b??d:
 
 
 | Kod |  | Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
 
 Please contact the server administrator, webmaster@kawexxx.webd.pl and inform them of the time the error occurred, and anything you might have done that may have caused the error.
 
 More information about this error may be available in the server error log.
 
 Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
 | 
 PiotrLegnica - Czw 31 Sie, 2006
 
 A masz tam mod_rewrite?
   KaweX - Czw 31 Sie, 2006
 
 tak
 PiotrLegnica - Pią 01 Wrz, 2006
 
 To spr?buj
 
 | Kod |  | RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?mdx-team\.net$
 RewriteRule ^(.*)$ mdx/forum/ [QSA,L]
 | 
 
 |  |