Looking for htaccess assistance

by 5 replies
6
Rewrite rules causing unneccessary re-directs : pages not loading

Assistance appreciated

thanks
#programming #assistance #htaccess
  • And how are we to help when you don't provide any information?
    • [1] reply
  • Absolutely not, but it would be incredibly helpful (to you and us, trying to help) if you posted contents of your .htaccess file on the server, or any bit of code that *might* be causing these issues.
    • [1] reply
    • #Options +FollowSymLinks
      #Options -MultiViews
      #Options All -Indexes
      AddType x-mapp-php5 .php
      <FilesMatch "\.(htaccess|tpl)$">
      Order Allow,Deny
      Deny from all
      </FilesMatch>

      <IfModule mod_rewrite.c>
      RewriteBase /
      RewriteEngine On

      RewriteCond %{HTTP_HOST} !^eConsumersearch\.com [NC]
      RewriteRule ^(.*)$ http://eConsumersearch.com/$1 [L,R=301]

      #RewriteRule ^([a-zA-Z]+)\.html$ $1.php [L]
      RewriteRule ^view\.php$ listing.php [L]

      it appear that there may be an incorrect re-direct or the number of re-directs allowed may be exceeded.

      thanks
  • I am not sure what you are talking about.

    I am seeing nothing except the redirect from www.domain.com to just domain.com.

    And I visited the website, and nothing appears wrong.

    Does this happen only on certain pages?

    --m4rx

Next Topics on Trending Feed