so i installed linkex easy on 2 sites but i get to the 3rd and and i load index.php and fill it out and it goes right
back to the index.php without installing. then i remember that my htaccess file has alot of stuff in it so i deleted it
and it installed fine. i put back my htaccess file and nothing works again. heres what my htaccess file looks like.
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.mysite.com
AuthUserFile /www/virtual/name/www.mysite.com/_vti_pvt/service.pwd
AuthGroupFile /www/virtual/name/www.mysite.com/_vti_pvt/service.grp
ErrorDocument 404 http://www.mysite.com/
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*\/index\.php
RewriteRule ^(.*)index\.php$ http://www.mysite.com/$1 [R=301,L]
AddHandler server-parsed .htm
back to the index.php without installing. then i remember that my htaccess file has alot of stuff in it so i deleted it
and it installed fine. i put back my htaccess file and nothing works again. heres what my htaccess file looks like.
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.mysite.com
AuthUserFile /www/virtual/name/www.mysite.com/_vti_pvt/service.pwd
AuthGroupFile /www/virtual/name/www.mysite.com/_vti_pvt/service.grp
ErrorDocument 404 http://www.mysite.com/
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*\/index\.php
RewriteRule ^(.*)index\.php$ http://www.mysite.com/$1 [R=301,L]
AddHandler server-parsed .htm