HTAccess Rule problem
-
I installed 2.0 to a two websites that are live on the net — https://www.zimmermann2006.com and https://www.sticksoffire.com (just for reference). I had to contact my hosting’s support people because, for soem reason unknown to me, stats that are posted on my hosts server (the host is Dreamhsot BTW) weren’t showing up for some reason and redirecting me to the main pages of said websites.
Support got back to me and noted that HTAccess (default install of HTaccess at that) was posting lines that were preventing the stats link from working::
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.phpNow, seeing my HTAccess files (which I hadn’t viewed until talking with support) contain not much more than this, is it going to break something if I remove these trouble lines from my HTAccess files on said sites listed above?
- The topic ‘HTAccess Rule problem’ is closed to new replies.