(Everyone who has some php/apache knowledge can help)
I have site http://www.habombers.com that is located in my /public_html/habombers folder, and the problem is, that a script that loaded fine before, doesn't load up anymore.
The problem is that i can't access http://www.habombers.com/modules/TinyMCE/tinyconfig.php, it forwards to 404 page.
Here is my htaccess located in /public_html/habombers
I'm using CMSMS, and yes, everything worked good before.Code:#php_flag magic_quotes_gpc Off #php_flag register_globals Off #php_flag session.use_trans_sid Off # Make sure you have Options FollowSymLinks # and Allow on RewriteEngine On #Rewrites page.shtml as index.php?page RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteRule ^(.+)$ index.php?page=$1 [QSA] # Sound types AddType video/x-ms-asf asx AddType audio/x-scpls pls AddType application/x-quicktimeplayer qtl AddType audio/vnd.rn-realaudio ram AddType audio/x-mpegurl m3u
Server: Sustained
Problem was spotted for the first time at 17 Jun 2007, along with memory problems for pages (ugh).
I posted this here because maybe corey or someone can find something from server logs.
In case anyone wanna make sure that file exists, then feel free to check here:
http://habombers.com/modules/TinyMCE/


LinkBack URL
About LinkBacks



