The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 62 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Apr 07, 2008 11:49 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jun 09, 2007 10:46 am
Posts: 3
hello guys,
I have still the same problem and it is very hard to get through somebody at the webcity support who knows about this issue and the only answer I get is that they are working on it. Has anyone other information what could cause this problem? I'm very disappointed about webcity support and without peebee10 i would not even know that the server scripts of my provider are the reason for the trouble? Has anyone new information or can recommend a proper provider; webcity doesn't even reply concrete questions...


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Apr 07, 2008 12:59 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Sep 04, 2006 11:01 pm
Posts: 13
Unfortunately I cant help as the problem was solved with the SecFilterEngine solution.

I have to say I have found webcity support to be the best I have come across! Had an issue last week which they solved within an hour, and sent me about three emails to update me on the process, and couldn't apologise enough! They have always been really quick to reply to emails. So I would find it really hard to recommend against them.

Are they just not replying at all? Are you putting enough pressure on them? Do they REALLY understand what the issue is?

Cheers
FiveD


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Apr 07, 2008 8:55 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jun 09, 2007 10:46 am
Posts: 3
hello fived!

Sorry, but my experience with webcity are not as good as yours. (Once I made an error while logging into the admin page and was blocked afterwards, I told them about it, that I had no access and no response when doing a ping, but it took them 5 hours to react on my emails and unblock me... )
Back to topic: I will install Joomla! completely new with fantasticoda this time. Maybe all my problems are results of my manual installation and webcity is not to blame at all (I hope so).
Thank you all for your input!
tanklo


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Apr 20, 2008 5:12 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 20, 2008 4:45 am
Posts: 20
Quote:
I am with http://www.webcity.com.au, like so many others this seems to be affecting and this is getting really frustrating.

Any help gratefully accepted.

:-\

Bob


Hi Bob, I too am with Webcity Australia and I was having the issue as well.

I have had success by adding the code:

########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue

to the htaccess.txt file and renaming to .htaccess as suggested by others.

I was also having the password issue you mentioned, however that went away when I set "enable ftp" to no.

I hope this helps you. Thanks to everyone who has helped me out.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sat Apr 26, 2008 4:16 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 03, 2006 10:14 pm
Posts: 3
The 403 Forbidden error is indeed generated by mod_security and it depends on how the sysadmin guys have configured it and how much restrictive rules they created.
In my case, it turned out that a particular filter rule on "txt" text was performed, so I deleted the string "txt" from the allowed extension textbox in global configuration ant it worked!


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Apr 27, 2008 4:24 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 30, 2007 9:49 am
Posts: 7
Nicole 2292 & danjg,

YOU GUYS ARE LEGENDS, 3 months messing around with Webcity who have had no idea how to solve this issue, and you have solved it for me.

Thanks to all have offered help on this, it has been very much appreciated.

Cheers Bob

posting.php?mode=reply&f=431&t=265427#
:laugh:posting.php?mode=reply&f=431&t=265427#
:pposting.php?mode=reply&f=431&t=265427#
:D


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Jun 02, 2008 2:34 am 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sun Mar 05, 2006 6:33 am
Posts: 254
This thing with webcity is out of its tree!

I have experimented with php.ini and it did nothing to resolve the saving of data into the config file

Ultimately this works


########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue


But I wonder also if its going to cause a security risk? joomla has updated 2 times since this began and no word yet from the devs or even a fix so I am concerned about this.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Wed Jul 16, 2008 12:33 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Sep 10, 2006 11:47 pm
Posts: 21
Hi, Thanks for the fix...after a proper search I found it's also possible to make it work like this:

<IfModule mod_security.c>
SecFilterEngine off
</IfModule>

I rather use this option without the second line... just to minimize whatever risk this options may cause...

But thanks for the help! I wouldn't have made it work without you... ;)


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Jul 22, 2008 1:43 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Aug 25, 2005 8:35 pm
Posts: 157
pcjunkie wrote:
This thing with webcity is out of its tree!

I have experimented with php.ini and it did nothing to resolve the saving of data into the config file

Ultimately this works


########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue


But I wonder also if its going to cause a security risk? joomla has updated 2 times since this began and no word yet from the devs or even a fix so I am concerned about this.


I used this to fix a Global Configuration saving error, and it worked.

I am using Joomla 1.5.4 and was gettin a "406 Not Acceptable" error. "An appropriate representation of the requested resource /administrator/index.php could not be found on this server." I could not save, apply or close the Global Configuration. Seemed to be the only problem, but frustrating.

But the big question is how much have I reduced the security? I was recently hit by some hackers who deleted everything off my server, and posted their own page. So the possible lack of security is verrry important to me.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Jul 22, 2008 8:50 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Sep 04, 2006 11:01 pm
Posts: 13
I posted the SecFilter solution on this thread back on 26th Feb and questioned the vulnerability then.

It doesn't seem to matter how many people ask the same question about vulnerability, which there have been a few, no one from Joomla is answering! Where have all the Joomla SuperHeroes gone? Is anybody out there, ie a moderator watching this thread at all, is there an alternative safe solution and we may never know, maybe it isn't vulnerable at all, perhaps it is in hand and being looked at, it could even be the subject is being avoided?

Ho-hum, waiting to exhale :-[

Cheers FiveD


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Jul 22, 2008 2:20 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Aug 25, 2005 8:35 pm
Posts: 157
Well I found out this morning that I can used either:

Code:
########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
#SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue


or

Code:
########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
#SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue


and they both solve the "Global Configuration" save issue for me. Makes me feel a little better about my sites security. Now my question is which is preferable?


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Jul 27, 2008 2:00 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Jul 27, 2008 1:45 pm
Posts: 1
I have tried to resolve this issue for awhile... So I have resolved it the God's help and mi amigos from this forum.. Thanks...

Problem:

1. Unable to upload pictures into media manager.
1A. Edited the .htaccess file. Had several .htaccess files so I also had to edit more than one.

########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue

2. Unable to JFTP Connect and write to global configuration file.
2A. Simply changing "localhost" or "127.0.0.1" to my actual domain name http://mydomainname.com
then changed the configuration.php under Server Settings check or change the value for $ftp_enable, to:

var $ftp_enable = “0”;


My setting was set to "1", just changed it to "0" and B I N G O was his namo!

Thanks and God Bless!!! Peace Sucka


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Aug 11, 2008 5:06 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Aug 20, 2007 7:22 pm
Posts: 18
honor wrote:
I have tried to resolve this issue for awhile... So I have resolved it the God's help and mi amigos from this forum.. Thanks...

Problem:

1. Unable to upload pictures into media manager.
1A. Edited the .htaccess file. Had several .htaccess files so I also had to edit more than one.

########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue

2. Unable to JFTP Connect and write to global configuration file.
2A. Simply changing "localhost" or "127.0.0.1" to my actual domain name http://mydomainname.com
then changed the configuration.php under Server Settings check or change the value for $ftp_enable, to:

var $ftp_enable = “0”;


My setting was set to "1", just changed it to "0" and B I N G O was his namo!

Thanks and God Bless!!! Peace Sucka


I'm having the same issues. I tried the above suggestions and it took my whole site down. Got an "internal server error" so I had to revert all the changes. As far as changing security settings, I don't think that's the way to go.

How is this not a bigger issue with developers? It seems to be affecting a lot of people and I haven't found a clear solution or a patch.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Aug 12, 2008 5:39 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Jan 23, 2006 6:10 pm
Posts: 49
I had to stop using virtuemart for my store and start paying someone to host my store page because I have been unable to fix this login error and the Joomla developers seem to have no answers. People will currently be unable to register on my site as the login always gives the "forbidden error"

_________________
http://www.2coolstuff.com


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sat Aug 23, 2008 9:53 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Oct 22, 2006 7:26 am
Posts: 16
Just to add some currency to this thread. I am using J1.5.4 (but with the reset patch) and I suddenly found myself unable to save a normal article. I am hosted with asmallorange.com and I imagine they changed some setting on the shared machine.

The .htaccess tip above worked for me.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Sep 07, 2008 9:45 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Nov 08, 2007 6:00 pm
Posts: 123
Location: Aarhus (Denmark)
I have disabled the upload flash option and now I can upload without the error 403

In which directory the flash uploader write the temporal files?

_________________
From the code to the reality!


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Sep 16, 2008 1:23 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Sep 16, 2008 1:19 am
Posts: 1
Just wanted to say that I had similar problems on a Webcity hosted site and pasting the

########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue

into an htaccess file also fixed it for me...


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Wed Nov 26, 2008 3:52 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Nov 24, 2008 12:49 pm
Posts: 6
I had the same problem on Joomla 1.5.8, couldn't log as admin.
It suck that Dev's did nothing since joomla 1.5.1, i guess that's when problem first occurred.

Anyway, this htaccess "hack" works great :pop


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Fri Nov 28, 2008 12:59 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Nov 08, 2007 6:00 pm
Posts: 123
Location: Aarhus (Denmark)
Have you checked the write permissions in the tmp directory (chmod 777)??

_________________
From the code to the reality!


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Thu Jan 22, 2009 9:18 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jan 10, 2009 3:45 pm
Posts: 1
hello

I have similar problem:
Authors, Editors, Publishers, Managers can't submit articles in frontend. But system allow to upload pictures to server before you press 'submit' article. After pres submit you get:
403 - Access Denied. You do not have the permission to add articles in this section.
Only Administrators can submit articles in frontend.

At the begining after I instaled Joomla 1.5.8 everything was OK. Later I instaled some mods: VirtueMart, JoomGallery (registered users can create sub-galleries and upload pictures).

added code to .htaccess not helped

anybody can help me?

thanks


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Wed Jan 28, 2009 12:24 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jul 24, 2008 3:25 am
Posts: 25
fived wrote:
Hey Peebee

Noticed your comment above, the website I am testing on right now is also hosted on webcity, and the addition to the .htaccess file I mention above ie:

########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue

Solved the issue also.


u my friend are a star! thanks for the fix!


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Jun 21, 2009 1:18 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Oct 03, 2007 6:16 am
Posts: 1
For anyone on webcity getting this issue, one thing I have noticed is that it happens mostly on the version 10 installs of cPanel - if your account was set up more than a couple of years ago, you are probably on cPanel 10.

In addition, while the .htaccess hack does fix the issue, if your joomla install is in a subdirectory, changing the .htaccess file in that subdirectory does not always fix the issue - I found I needed to add the hack to .htaccess in the /public_html/ directory itself - ie, it seems to need to be sitewide.

Hope this helps anyone struggling with this issue.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Jun 23, 2009 8:45 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Nov 07, 2007 4:27 pm
Posts: 32
iget error 403 when trying to submit any article from front end as an author
when applying this hack to .htaccess the whole site gives internal server error


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Sep 21, 2009 8:55 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jan 22, 2009 2:38 am
Posts: 17
I also get this error :
Forbidden

Code:
You don't have permission to access /administrator/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.thedomain.net Port 80


I also try that .htaccess trick did not work then I contacted the hosting support team and they say you have overloaded the server and it will come back after 24 hours, this means I have to wait 24 hours for using the /administrator page :-\


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Sun Nov 22, 2009 12:17 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 22, 2009 12:15 am
Posts: 31
Have we found a solution yet? htaccess trick just gives an error to my entire site.
I have no problems other than an uneditable Global Settings.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon Nov 30, 2009 12:35 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Nov 30, 2009 12:31 pm
Posts: 4
Hi,

I've started using Joomla on a website that wants CMS. I ran into this issue this week and the .htaccess fix worked for me:

Quote:
########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media


I'm not sure what security implications this has?

Any help or advice appreciated.

Thanks
Nelson


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Dec 15, 2009 3:57 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Dec 09, 2009 4:24 am
Posts: 6
HELP! For those of you who tried the hta hack and it took down your whole site - what did you do to bring your site back up?

I reverted the hta back to the txt file, still can't get the site up.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Dec 15, 2009 10:36 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Nov 30, 2009 12:31 pm
Posts: 4
I had to contact the hosting company, they had just removed those lines. It started to work after they removed those lines.

I don't know what was causing the issue but those lines of code don't seem to be very good and it started working ok again once those lines were removed. It may be some settings in the control panel that take a while to change... So maybe just be patient once you do any changes.

I take back what I said previously and I wouldn't recommend these lines of code to anyone.

Good luck I hope the hosting company is able to help you.

Cheers


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Tue Apr 06, 2010 4:48 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Apr 06, 2010 4:46 pm
Posts: 1
Dunno if this helps, but we found that our apache's mod_security2 was interfering with some of the php scripting. Specifically, modsecurity_crs_41_phpids_filters.conf core ruleset.


Top
 Profile  
 
 Post subject: Re: 403 Forbidden error
PostPosted: Mon May 02, 2011 11:45 am 
Joomla! Intern
Joomla! Intern

Joined: Mon Nov 01, 2010 9:23 pm
Posts: 60
Hi all,

I have had this site live for a month now, I wanted to upload an image and I could not do so.
I tried changing the write permission settings on various file directories to see if this would enable me to upload images to the media manager.

This resulted in the site now displaying a 403 forbidden error when I add the adminisitrator after the domain name! The site is live and all working well apart from the back end which I cannot access now, where I could earlier this morning!!

I have followed this thread through where I tried to change the .htaccess file by adding the 2 lines of code above but I got an error message on my server, see below.

Error: Unable to edit file /httpdocs/.htaccess.txt: filemng failed: cp: cannot create regular file `/var/www/vhosts/derektaylorfencing.co.uk/httpdocs/.htaccess.txt': Permission denied
filemng: Error occurred during /bin/cp command.

This should have been a 10 minute job which has since turned into a full morning 4 hour stint, as usual it is either write or file permission issues that take up the majority of my time, frustrating the life out of me......

http://www.derektaylorfencing.co.uk
http://www.derektaylorfencing.co.uk/administrator

Thanks in advance for any help and assistance I may receive!

Alex

P.s I know that this is an old post!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 62 posts ]  Go to page Previous  1, 2, 3  Next



Who is online

Users browsing this forum: ooffick and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group