Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/30/2014 in all areas

  1. This is exactly what I would advise^ Unless you can identify exactly what awards system you are using, there is not much we can do for you.
    1 point
  2. Alright ladies and gents.. I'm stumped. I currently have some mod_rewrite rules setup in my hosting root's .htaccess file to remove www. from domains as well as remove the .html extension from html pages. Here is a copy of the .htaccess contents: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [R=301,QSA,NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^(.+)$ $1.html [L,QSA] Disabling the .htaccess fixes the redirect error, but obviously I can't disable the file as it'd effect other domains. Interestingly enough, two other IPB installations work just fine with or without this .htaccess file enabled. All three installations (including the one with the redirect loop) are using v3.4.6. As a side note, if anyone is wondering why I am using the .htaccess file in just the hosting root, the answer is simple: it "trickles" down to all other domains. For example: root (with .htaccess) Domain 1 (doesn't work) Domain 2 (works) Domain 3 (works) Any advice from some of our resident experts?
    1 point
  3. Find and open (via FTP): root/admin/applications/core/skin_cp/cp_skin_mycp.php Locate line #187 and remove this section entirely: $IPBHTML .= <<<EOF <div class='acp-box' style='background: #FFF'> <div class='center section_title'><h2>{$_lang}</h2></div> <div class='center' id='dashboard_graph' style='padding: 1px;'><img src="{$this->settings['base_url']}module=system&amp;section=charts&amp;days=7" alt="{$this->lang->words['reg_trends_chart']}" style='width:98%;' /></div> </div> <br /><br />EOF; Save and overwrite the original. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...