I can't get to config.php I can't get to config.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

I can't get to config.php

Started by v3ggi32u, February 03, 2004, 01:23:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

v3ggi32u

For somereason, when I try to click on the config link as admin, I get a 404 page not found. I then copied the page to config2.php and entered that in the url directly. Still no good. Then I copied again to make stupid.php. When I type this in the url, I get to my copy of the config page, and everything works. I have tried deleting the file and moving one of my copies back. No go. The permissions are also the same on the unix server.

-rw-r--r-- and size 13300

All three of them.  config.php, config2.php and stupid.php. I am on 1&1 in the US. Any chance there is some weird url rewrite going on from them? Any other ideas?

v3ggi32u

Joachim Müller

some users have reported this issue before as well: seems like your webhost has configured his server so people can't run pages in their browsers that contain the name "config". Rename it to "settings.php" (or whatever you like it to be) and change the link pointing towards it: edit /themes/yourtheme/theme.php and search for <a href="config.php" title="">{CONFIG_LNK}</a>
Talking about webhost paranoia...

GauGau

orc

i was about to ask this question and saw someone else ask a similar question and it was suggested that they search, so before i asked i searched.... and found this.. and this solution worked for me!!!

good stuff, thanks!