Beg you both pardon ?? ( 

 )
The main roster is in 'roster/' (reinstalled a couple of days ago)
Init all addons, downloaded ArmorySync this morning yesterday - activated it. And saw this happening.
Diagnostic = 100 % ok.
I have a index.html in the root, if that's what you mean:
- Code: Select all
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <title>Papy Team</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv='refresh' content='0;url=http://www.papy-team.fr/forum' />
 </html>
But imho this can't have any infleunce on a URL path like 
http://www.papy-team.fr/roster (when used directly)
Note that patching, testing, hacking, etc is done in 
http://www.papy-team.fr/roster-off/ (to circumvent finding troubles that I produced myself  

 )
On the other hand : is it only me (or my hoster) ?
My server didn't showed this kind of 'errors' before - neither WoWRoster, neither ArmorySync.
Btw : I have 3 rosters to maintain : this one 
http://www.les-grands-croises.fr/roster/index.php  = version ArmorySync 26
8 !! doesn't show this behavour (same web hoster - WoWRoster up to date).
===> Hummmm. found something.
Main root dir : 
.htaccess- Code: Select all
- SetEnv REGISTER_GLOBALS 0
 SetEnv ZEND_OPTIMIZER 1
 SetEnv MAGIC_QUOTES 1
 SetEnv PHP_VER 5
 RewriteEngine on
 RewriteBase /
 RewriteRule ^/?roster/(sig|av)/(.*)\.png$ ./roster/index.php?p=util-siggen-$1&saveonly=0&member=$2
roster/.htaccess- Code: Select all
-  WoWRoster .htaccess file
 # $Id: .htaccess 1254 2007-08-19 16:41:28Z Zanix $
 
 # ONLY IF MOD_REWRITE IS INSTALLED
 <IfModule mod_rewrite.c>
 # ENABLE ENGINE
 RewriteEngine On
 
 # CONIDITIONS
 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 
 # REWRITE RULES
 RewriteRule ^(.+) - [PT,L]
 RewriteRule ^(.*) index.php
 </IfModule>
Renaming this roster/.htaccess file will stop the issue !!!!
Does it harm to de-activate this file ? (all seem to work = images are showing up, still when doing so)
I have to think - it must be having a local problem.... I don't get it
Anyway - killed the second htaccess file - no more 'missing image problem'.
Il dive into ReWrite... apache syntax to understand what is/could happening.