Posts

Showing posts with the label CMS

413 Request Entity Too Large using CodeIgniter

It looks like the error is coming not from PHP but from a web server. If you're using  nginx , you could up the max allowed post size with  client_max_body_size  directive server { ... client_max_body_size 128m ... } If you're using Apache, then there are a couple of options to check for in its config file (httpd.conf). LimitRequestBody 131072000 If mod_security module is used in Apache, update limit for it as well: SecRequestBodyLimit 131072000 Don't forget to restart the server.

๐‡๐จ๐ฐ ๐“๐จ ๐ข๐ง๐ฌ๐ญ๐š๐ฅ๐ฅ ๐‚๐จ๐๐ž๐ˆ๐ ๐ง๐ข๐ญ๐ž๐ซ ๐ฐ๐ข๐ญ๐ก Nginx ๐Ž๐ง ๐”๐›๐ฎ๐ง๐ญ๐ฎ ๐Ÿ๐Ÿ–.๐ŸŽ๐Ÿ’ ๐‹๐“๐’

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ๐‚๐จ๐๐ž๐ˆ๐ ๐ง๐ข๐ญ๐ž๐ซ ๐ข๐ฌ ๐š ๐Ÿ๐ซ๐ž๐ž, ๐จ๐ฉ๐ž๐ง ๐ฌ๐จ๐ฎ๐ซ๐œ๐ž ๐š๐ง๐ ๐ฉ๐จ๐ฐ๐ž๐ซ๐Ÿ๐ฎ๐ฅ ๐๐‡๐ ๐Ÿ๐ซ๐š๐ฆ๐ž๐ฐ๐จ๐ซ๐ค ๐ฐ๐ข๐ญ๐ก ๐š ๐ฏ๐ž๐ซ๐ฒ ๐ฌ๐ฆ๐š๐ฅ๐ฅ ๐Ÿ๐จ๐จ๐ญ๐ฉ๐ซ๐ข๐ง๐ญ, ๐œ๐ซ๐ž๐š๐ญ๐ž๐ ๐›๐ฒ ๐‘๐ข๐œ๐ค ๐„๐ฅ๐ฅ๐ข๐ฌ ๐ข๐ง ๐Ÿ๐ŸŽ๐ŸŽ๐Ÿ”. ๐ˆ๐ญ ๐ข๐ฌ ๐ฌ๐ฉ๐ž๐œ๐ข๐š๐ฅ๐ฅ๐ฒ ๐›๐ฎ๐ข๐ฅ๐ญ ๐Ÿ๐จ๐ซ ๐๐ž๐ฏ๐ž๐ฅ๐จ๐ฉ๐ž๐ซ๐ฌ ๐ฐ๐ก๐จ ๐ง๐ž๐ž๐ ๐š ๐ฌ๐ข๐ฆ๐ฉ๐ฅ๐ž ๐š๐ง๐ ๐ž๐ฅ๐ž๐ ๐š๐ง๐ญ ๐ญ๐จ๐จ๐ฅ๐ค๐ข๐ญ ๐ญ๐จ ๐œ๐ซ๐ž๐š๐ญ๐ž ๐Ÿ๐ฎ๐ฅ๐ฅ-๐Ÿ๐ž๐š๐ญ๐ฎ๐ซ๐ž๐ ๐ฐ๐ž๐› ๐š๐ฉ๐ฉ๐ฅ๐ข๐œ๐š๐ญ๐ข๐จ๐ง๐ฌ. ๐ˆ๐ญ ๐œ๐จ๐ฆ๐ž๐ฌ ๐ฐ๐ข๐ญ๐ก ๐ฅ๐จ๐ญ'๐ฌ ๐จ๐Ÿ ๐Ÿ๐ž๐š๐ญ๐ฎ๐ซ๐ž๐ฌ ๐ข๐ง๐œ๐ฅ๐ฎ๐๐ข๐ง๐ , ๐‹๐ข๐ ๐ก๐ญ ๐–๐ž๐ข๐ ๐ก๐ญ, ๐€๐œ๐ญ๐ข๐ฏ๐ž ๐‘๐ž๐œ๐จ๐ซ๐ ๐ƒ๐š๐ญ๐š๐›๐š๐ฌ๐ž ๐’๐ฎ๐ฉ๐ฉ๐จ๐ซ๐ญ, ๐ˆ๐ฆ๐š๐ ๐ž ๐Œ๐š๐ง๐ข๐ฉ๐ฎ๐ฅ๐š๐ญ๐ข๐จ๐ง ๐‹๐ข๐›๐ซ๐š๐ซ๐ฒ, ๐‡๐ž๐ฅ๐ฉ ๐ฌ๐ฎ๐ฉ๐ฉ๐จ๐ซ๐ญ๐ฌ, ๐”๐‘๐ˆ ๐‘๐จ๐ฎ๐ญ๐ข๐ง๐ , ๐Œ๐จ๐๐ž๐ฅ-๐•๐ข๐ž๐ฐ-๐‚๐จ๐ง๐ญ๐ซ๐จ๐ฅ๐ฅ๐ž๐ซ ๐๐š๐ฌ๐ž๐ ๐’๐ฒ๐ฌ๐ญ๐ž๐ฆ...

Admins URLs for CMSs

Joomla domain/administrator/ Wordpress domain/wp-admin