<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Cant fix HTTP 404 - File not found error. (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Cant fix HTTP 404 - File not found error.
#1288
brandon45 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Cant fix HTTP 404 - File not found error. 1 Year, 12 Months ago Karma: 0  
Im getting the HTTP 404 - File not found.
The requested URL /directory/directory/ was not found on this server.
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.

Ive tried the fix recomended here.... http://www.dew-code.com/content/view/14/25/

I can access the Admin area.

But its not working.
Any suggestions please?
 
Report to moderator   Logged Logged  
 
Last Edit: 2010/02/12 23:41 By brandon45.
  The administrator has disabled public write access.
#1289
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Cant fix HTTP 404 - File not found error. 1 Year, 11 Months ago Karma: 9  
Not sure why you would be requesting /directory/directory/

Is the script actually installed in a directory named "directory"?

Keep in mind the script does use a file named simply "directory" since it lacks the .php extension it might look like a directory but it is actually a file.

Double check the config in the admin panel. Ensure base URL and base path are correct, for example, the demo copy here http://www.dew-code.com/demo/directory/

base URL is http://www.dew-code.com
base path is /demo
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1290
brandon45 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Cant fix HTTP 404 - File not found error. 1 Year, 11 Months ago Karma: 0  
Thankyou, yes I did not install in the root directory of the domain.
Its installed in a directory named directory.

I had also tried the root directory but same problem.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1291
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Cant fix HTTP 404 - File not found error. 1 Year, 11 Months ago Karma: 9  
If you are sure that base path and base url settings are correct in the admin panel then it must be that your web server still isn't happy with the .htaccess line

Code:

<Files directory> ForceType application/x-httpd-php #SetHandler application/x-httpd-php #SetHandler application/x-httpd-php5 #ForceType x-httpd-php </Files>
Using the example above, if you get 404, then change to
Code:

<Files directory> #ForceType application/x-httpd-php SetHandler application/x-httpd-php #SetHandler application/x-httpd-php5 #ForceType x-httpd-php </Files>
ensuring only one of the SetHandler/Forcetype lines is un-commented. Depending on how your server is set up, the file may be cached by Apache so you may need to wait a bit before your edits have an effect. If none of the lines work I can only suggest contacting your host's technical support department, ask what syntax to use, and if you are even allowed to set these directives via .htaccess They also might find the info at http://www.dew-code.com/content/view/14/25/ helpful.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1293
brandon45 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Cant fix HTTP 404 - File not found error. 1 Year, 11 Months ago Karma: 0  
Thankyou, the problem has been fixed.
But now a new problem, no matter what I click on, it still shows me the same content as the front page.

Also, how do I edit the color of the background and the text?

And how do I add banners?

thankyou.
 
Report to moderator   Logged Logged  
 
Last Edit: 2010/02/15 04:53 By brandon45.
  The administrator has disabled public write access.
#1295
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Cant fix HTTP 404 - File not found error. 1 Year, 11 Months ago Karma: 9  
Please see FAQ entry . . . . http://www.dew-code.com/content/view/20/25/

Customzing themes
Preview the included themes and find one that is closest to the look you want.
Copy that theme directory to a new directory, such as /themes/mytheme

The majority of the colors and overall look are defined the in the stylesheet, style.css

Depending on the theme you started with, there may be back ground colors defined in files like header.php and potentially a few graphics.

Using Firefox with the web developer plugin helps you find which class in the stylesheet to edit
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008