GET to /index.php not supported

Status
Not open for further replies.

dopetek

Member
Messages
53
Reaction score
1
Points
8
What is happening here?
Error message
Not Implemented GET to /index.php not supported. Additionally, a 404 Not Found error was encounter
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

There appears to be no hosting account associated with the forum account "dopetek". Please could you post from the forum account associated, by going to Support in the top right of your cPanel? :)

Thank you,
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
Hello. I am posting from it.

Definitely posting from my hosting account. I have opened the confirm email, gone to the page that says
My Websites and there I can see my site.
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
Yeah that is the entire message. It shows on a blank page. I read that it could be something to do with mod security but I am a noob and have no idea what that is. I am using SMF

Here is the site
fib.x10.mx
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
I don't seem to be getting any issues, especially after adding '?id=4' or anything like that.
What URL did you use or what did you do extactly to get this message?
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
I have no idea what that means. Simpleportal allows you to add custom php blocks. When i add the block of code and save I get the error and the code is not added. This exact code was used on my last host without any problems.

Imagine you are talking to a retarded person. Now accept that I am that retard.
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
What I mentioned was a GET request; the thing that was mentioned on that error you've got.

What this sounds like is mod_security (security module, for Apache [web server used here]) trying to prevent a potential security exploitaition, however, it's not clear what it's trying to prevent exactly.
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
I read that exact same thing. I read that some hosts need to do something to .htaccess
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
I tried to edit my last post to add this but it kept timing out so sorry about the double post.

I know this is stupid but I can't find a cpannel. I Know what it is and what it looks like but can't find an option to open it. I can access my cpannel file manage but I get that from a page named my websites.

x10Hosting Basic
Settings Switch Theme Logout
Online
  • My Websites
  • Domains
  • Email Accounts
  • Databases
  • Upgrades
  • Support
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
That URL I've linked to is mentioning 'mod_security2.' Maybe you should try adding the following to the '.htaccess' file in the document root (public_html), as suggested by many in the thread I've linked to previously:
Code:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Select 'switch theme' and select 'cPanelx3 or some button that doesn't say 'X10Hosting basic.'
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
Ahhhh thank you. its a theme issue lol

I added this to a file named .hcaccess

<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The next part below probably is not needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

I didn't know where to put it though. :oops:
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
You'll need the file manager or FTP for adding this. Navigate to /public_html (which is where the site content is), create a file called '.htaccess' (you may need to enable hidden files) and edit it with the following.
Code:
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
Save it and it may hopefully fix that issue.
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
Ok so I have cpanel access now. There is no support button in the top right and no mention of an account name. This is what there is at the top.

Upgrades and Support Settings Switch Theme Logout

Upgrades and support takes me to a page with upgrade options and a link to these forums.
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
I already have this in the htaccess file

php_value display_errors On
php_flag magic_quotes 1
php_flag magic_quotes_gpc 1
php_value mbstring.http_input auto
php_value date.timezone America/New_York

Shall I delete it first? If not should I add before or after?
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Please could I have the exact URL you are sent to when you see this error message? :)

@caftpx10 The version of mod_security we use does not allow for user toggling, as far as I know. ;)

Thank you,
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Magic Quotes GPC? EW EW EW EW EW.
You can just add on that code to it without a wipeout of the file.
EDIT: Well, after seeing that response.. :pigeon:
 

dopetek

Member
Messages
53
Reaction score
1
Points
8
Thank you. It didn't work though. I still get the error. I shall post a link to the simpleportal topic I found regarding this as it happens when I add a block of custom php with simple portal.
 
Status
Not open for further replies.
Top