mc12345678:
What is the entirety of the htaccess file? (hide the admin folder name as 'admin' where necessary.)
What php version?
When installed?
What has changed recently?
What is the entirety of the htaccess file? (hide the admin folder name as 'admin' where necessary.)
BEGIN CEON URI MAPPING REWRITE RULE
RewriteEngine On
Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
Don't rewrite any URIs for some, popular specific file format extensions,
which are not covered by main file extension condition above
RewriteCond %{REQUEST_URI} !.(mp3|mp4|h264)$ [NC]
Don't rewrite any URIs for some specific file format extensions,
which are not covered by main file extension condition above
Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
#RewriteCond %{REQUEST_URI} !.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/fakeadmin [NC]
Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors/ [NC]
Don't rewrite highlandrags.com directory
RewriteCond %{REQUEST_URI} !^/highlandrags.com/ [NC]
Don't rewrite tempEP directory
RewriteCond %{REQUEST_URI} !^/tempEP/ [NC]
Don't rewrite trademark directory
RewriteCond %{REQUEST_URI} !^/trademark/ [NC]
Don't rewrite sitemap directory
RewriteCond %{REQUEST_URI} !^/sitemap/ [NC]
Don't rewrite logs directory
RewriteCond %{REQUEST_URI} !^/logs/ [NC]
Don't rewrite banners directory
RewriteCond %{REQUEST_URI} !^/banners/ [NC]
Don't rewrite medievalclothing directory
RewriteCond %{REQUEST_URI} !^/medievalclothing/ [NC]
Don't rewrite tmp directory
RewriteCond %{REQUEST_URI} !^/tmp/ [NC]
Don't rewrite feedplatform directory
RewriteCond %{REQUEST_URI} !^/feedplatform/ [NC]
Don't rewrite .well-known directory
RewriteCond %{REQUEST_URI} !^/.well-known/ [NC]
Don't rewrite highland-blog directory
RewriteCond %{REQUEST_URI} !^/highland-blog/ [NC]
Don't rewrite cgi-bin directory
RewriteCond %{REQUEST_URI} !^/cgi-bin/ [NC]
Don't rewrite swords-blog directory
RewriteCond %{REQUEST_URI} !^/swords-blog/ [NC]
Don't rewrite contact-files directory
RewriteCond %{REQUEST_URI} !^/contact-files/ [NC]
Don't rewrite feed directory
RewriteCond %{REQUEST_URI} !^/feed/ [NC]
Don't rewrite m directory
RewriteCond %{REQUEST_URI} !^/m/ [NC]
Don't rewrite mailhive directory
RewriteCond %{REQUEST_URI} !^/mailhive/ [NC]
Don't rewrite bmz_cache directory
RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]
Don't rewrite google-feed-file directory
RewriteCond %{REQUEST_URI} !^/google-feed-file/ [NC]
Handle all other URIs using Zen Cart (its index.php)
RewriteRule .* index.php [QSA,L]
END CEON URI MAPPING REWRITE RULE
php -- BEGIN cPanel-generated handler, do not edit
Set the “ea-php54” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php54 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
What php version?
now it is 5.4 but last week was upgraded to 7.2 and i thought that might be the problem so i reverted back to 5.4
When installed?
the site has been running for 20 years now and CEON was installed many years ago.
What has changed recently?
PHP updated to 7.2 and then back to 5.4. the admin section was bringing up a blank page yesterday and i commented out the htaccess file and the admin section came up but the URL's now aren't mapping to the custom names from CEON.