Cant Write index.php

bendolbm56

New Member
Messages
5
Reaction score
0
Points
0
hellow everyone... I apologize if I'm wrong room to post my questions and problems:cool:.

  1. pls look this one Click Here
  2. and this one Click Here
Number 1 : X10Hosting.com and Number 2 : another Hosting (I am very sorry for this one, I just make this clear to anyone who wants to help me :redface:)
pls go to link number 2 and select manga (exm : Naruto) and after that you will automatically redirect to the folder of the manga that I keep in hosting...:rolleyes:

but if u open link number 1 (X10hosting.com), after select manga its says if index php was not found

i dont know what the problem is...there may be someone who will help me? :redface: ty

YM : bendol_losttower@yahoo.com
Mail: bendol.online@gmail.com

sorry for my english...actually i cant speak english :redface::wink::biggrin:
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
http://bacamangaonline.co.cc/ is giving 500 internal server error..

Check the file permissions, they should be 644 and folder permissions to be 755

Setting 666 or 777 may lead to 500 Internal server error.
 
Last edited:

bendolbm56

New Member
Messages
5
Reaction score
0
Points
0
tY guys for fast replay :wink:


done : http://bacamangaonline.co.cc/

but still, after select manga (404 not found)


Not Found

The requested URL /home/bendol/public_html/bacamangaonline.co.cc/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
@Gouri: I've renamed .htaccess but I'm getting this error

Not Found

The requested URL /Naruto was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
if u look at my other Hosting http://bendol-online.co.cc/ its work well..
:frown:

ty

i hope u guys can understand what i say :biggrin:
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Post the contents of htaccess here. Put it in CODE tags. I suspect that it is a problem with RewriteBase or something similar.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
tY guys for fast replay :wink:


done : http://bacamangaonline.co.cc/

but still, after select manga (404 not found)


@Gouri: I've renamed .htaccess but I'm getting this error

if u look at my other Hosting http://bendol-online.co.cc/ its work well..
:frown:

ty

i hope u guys can understand what i say :biggrin:

The site http://bacamangaonline.co.cc/ is opening fine for me

Flush DNS , Clear browser cahce and try again

Regarding the 404 Error, Are you sure you have Naruto folder on your account.....
 

bendolbm56

New Member
Messages
5
Reaction score
0
Points
0
Post the contents of htaccess here. Put it in CODE tags. I suspect that it is a problem with RewriteBase or something similar.

Code:
Options +FollowSymlinks

RewriteEngine on

RewriteRule ^mangas/([^/]+)/([^/]+)/$ - [F,L]
RewriteRule ^mangas/([^/]+)/$ - [F,L]
RewriteRule ^mangas(/?)$ - [F,L]

RewriteRule ^([^/.]+)/([^/.]+)/([0-9]+)(/?)$ index.php?manga=$1&chapter=$2&page=$3 [L]
RewriteRule ^([^/.]+)/([^/.]+)(/?)$ index.php?manga=$1&chapter=$2 [L]
RewriteRule ^([^/.]+)(/?)$ index.php?manga=$1 [L]


@Gouri : already has a fix as you said above...yes ofc i have folder Naruto on it, ScreenShoot
 
Last edited:

bendolbm56

New Member
Messages
5
Reaction score
0
Points
0
Last edited:
Top