Questions tagged [joomla]

Joomla is a free and open source content management system written in PHP

enter image description here

Joomla is a free and open source content management system written in . It stores data in a or MS SQL database and includes features such as page caching, RSS feeds, printable versions of pages, news flashes, blogs, polls, search and support for language internationalization.

Website: http://www.joomla.org

Wikipedia: http://en.wikipedia.org/wiki/Joomla

Similar

153 questions
1
vote
3 answers

How can I copy sites, scripts with default permissions from Linux to Linux

I have come across problems many times and still have not found a solution. I have websites running php joomla on one linux VPS with centos. Now as I install new extensions, there are some files and folders created within the website. These files or…
John
1
vote
1 answer

FTP Upload works from local command line / remote GUI client but not from PHP script

I originally posted this question at StackOverflow, but I'm beginning to think it's more of a server question. I have installed ProFTPd on an EC2 instance running Ubuntu 10.10. I have managed my proftpd.conf file as well as my server permissions to…
MrOodles
  • 111
  • 4
1
vote
1 answer

Web server serves up PDF file as wrong mime type

Following an upgrade to the latest version of Joomla, downloads from a website I am working on are being served incorrectly. Example page:…
nick
1
vote
0 answers

How can i sync users from ldap to joomla?

I have linux server with samba and openldap. I need to sync users data from openldap to joomla. Any suggestions?
nsbar
  • 11
  • 2
1
vote
1 answer

shared hosting with multiple CMS

Any suggestions on how to implement a shared web hosting cluster with multiple CMS? In our case, we have 2 web servers attached to shared storage. If we want to host Wordpress, Drupal, and Joomla sites, would it be more prudent to have separate…
gaspol
1
vote
5 answers

How would I setup Joomla to require or bypass authentication based on visitors IP address?

How would I setup Joomla to require or bypass authentication based on visitors IP address? I would like to setup a Joomla website that requires visitors to login, unless they are visiting from a specific IP address or subnet. Also, I would like the…
Corey
  • 2,031
  • 12
  • 39
  • 54
1
vote
1 answer

Where the heck is mod_login? (Joomla)

I'm a Joomla newbie, and I'm trying to set up a site to require login access to certain articles. Simply setting the article's Access Level to Restricted makes it disappear rather than prompting for a login. I can't figure out how to make a login…
Joey Adams
  • 277
  • 2
  • 4
  • 9
0
votes
1 answer

Redirects from http to https don't work if there's a slash directory for Joomla

Note: I cannot be root on example.com, so editing httpd.conf isn't an option. I want anything from http://example.com to redirect to be https and including the slash directory. This is an example of the problem. The same problem if it is…
Edward_178118
  • 955
  • 4
  • 15
  • 33
0
votes
1 answer

Joomla, Nginx, and FastCGI Cache

I'm in the process of moving some Joomla sites that I host onto a LEMP stack from a LAMP stack. I've followed a guide to get FastCGI Cache up and running, and with a single time.php file in the document root, I can see that the caching is working.…
Rob Methven
  • 38
  • 1
  • 4
0
votes
1 answer

FileOp Failure on: /......./: Operation not permitted

im using cpanel when i changes the foler permission i got this error please help FileOp Failure on: /home/public_html/components/com_openinviter: Operation not permitted Thanks
vipin sahu
  • 35
  • 2
  • 7
0
votes
1 answer

Mariadb tuning - slow writes

Background: I have a a website I am migrating from a stand alone MariaDB server to a MariaDB galera cluster. Part of this had me convert the tables from a large number of MyISAM to InnoDB. For what it is worth, the website is a large joomla…
Marc
  • 33
  • 11
0
votes
2 answers

Joomla at nginx - remove slashes doesn't work properly

I'm running joomla 3.7.3 using nginx 1.10.3 and I've a problem with removing trailing slashes. I've "search engine friendly URLs" turned on, as well as "Use URL rewriting". I've these stuff in my nginx conf file: server { listen 80…
Mike
  • 85
  • 1
  • 6
0
votes
2 answers

Possible to set AWS Elastic Beanstalk document root to EFS?

(Original asked on SuperUser, but now "on hold" - view) I'd really like to be able to use Elastic Beanstalk to host a Joomla application. However, there are a couple of issues: Users will need to be able to upload content to the Joomla site Joomla…
0
votes
1 answer

Where can I find 500 errors logged while running Joomla on Ubuntu 14.4?

Short story: I get a 500 error when opening a page, but when I look at the error log, there is nothing about this error. I think every 500 error on front-end should be recorded somewhere, am I right? If yes, where could the error log be? Long…
shenkwen
  • 199
  • 2
  • 14
0
votes
1 answer

Joomla being redirected to www without any redirection

My joomle site live2.joomlaabc.com redirectes to www.live2.joomlaabc.com , even though there is no nginx directive that performs this 301 redirection. Does joomla has any redirection like this in its configuration? I just cloned the website…
Farhan
  • 4,269
  • 11
  • 49
  • 80