rms95 Posted June 25, 2012 Posted June 25, 2012 Hello, I'm moved to this host, cuz prev. host stopped. But when I moved, the htaccess wont work What's wrong?I already added the *.wwwz.tk subdomain to public_html I think everyting is set the same as prev. server, but still not thanks. # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST>order deny,allowdeny from allallow from all</Limit><Limit PUT DELETE>order deny,allowdeny from all</Limit>AuthName wwwz.tkAuthUserFile /home/rms95/public_html/_vti_pvt/service.pwdAuthGroupFile /home/rms95/public_html/_vti_pvt/service.grp RewriteEngine on RewriteBase / RewriteRule accounts/ /?p=accounts [QSA,L]RewriteRule createacc/ /?do=createaccount [QSA,L] RewriteCond %{HTTP_HOST} !^www\.wwwz.tkRewriteCond %{HTTP_HOST} ^(.+).wwwz.tkRewriteRule ^([^/]*)(.*)/(.*)$ http://wwwz.tk/?subdomain=%1&t=$1&c=$2 [P,QSA,L] #This are all comments, old stuff which didnt work#RewriteCond %{HTTP_HOST} !^www\.wwwz.tk#RewriteCond %{HTTP_HOST} ^(.+).wwwz.tk#RewriteRule ^(.*)% http://wwwz.tk/?subdomain=%1&t=$1 [P,QSA,L]#RewriteRule http://(.*).wwwz.tk/(.*)/ /?p=$2 [QSA,L] Quote
Byron Posted June 26, 2012 Posted June 26, 2012 The best way to see what is causing the error is just comment out each line one at a time until it works. Quote
rms95 Posted June 29, 2012 Author Posted June 29, 2012 I think the problem is solved. It's just that heliohost is amazingly show with dns changes. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.