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
0 answers

htaccess, errordocument and joomla rewrite

I need to setup a 404 error handling in my .htaccess, besides handling some 301 redirects for the links of an old website. The new site is made with Joomla, the old site was written in asp. Sef urls and url rewrite are enabled in joomla. I need…
Alex
  • 11
  • 1
1
vote
2 answers

Checking for Joomla or wordpress sites needing updates

Is there any software that I can run on either a Linux or a Windows server to check for domains that have out dated WordPress installations. I have seen a rise in hacked sites and in all cases the CMSes had not installed latest updates.
Paddington
  • 373
  • 5
  • 17
1
vote
2 answers

Is there a plug-in for Joomla that will auto-generate content from SVN?

I am considering Joomla for use on our intranet and I was wondering if there was a plug-in for it that would allow pages to auto-generate content from SVN files like Word documents. We have a number of processes and working practices in documents…
Jeff Yates
  • 227
  • 1
  • 3
  • 11
1
vote
2 answers

Random HTTP 413 error on apach2/php/joomla site

I have a Joomla site, and every once in a while when I submit something via a form, I get a HTTP 413 error: Request Entity Too Large The requested resource /index.php does not allow request data with POST requests, or the amount of data…
jfab
  • 11
  • 1
1
vote
1 answer

MySQL Syntax error when trying to reset Joomla password

I'm trying to reset my Joomla admin password by executing the following code in MySQL: INSERT INTO `jos_users` (`id`,`name`, `username`, `password`, `params`) VALUES (LAST_INSERT_ID(),'Administrator2',…
Arthur
  • 279
  • 1
  • 3
  • 11
1
vote
2 answers

Allowing access to joomla page for ip's in 'deny from'

I notice that my .htaccess file contains order allow,deny allow from all Which allows the 403 error page, 403.shtml, to be viewed by addresses that are specified on a "deny from" line. Rather than showing an error page,…
Jimmy
  • 147
  • 2
  • 9
1
vote
2 answers

Combine several locations with regex in nginx

I dynamic number of Joomla installations in subfolders of the domain. For example: http://site/joomla_1/ http://site/joomla_2/ http://site/joomla_3/ ... Currently I have the follwing config that works: index index.php; location /…
Alex Netkachov
  • 585
  • 1
  • 6
  • 9
1
vote
2 answers

Searching for outdated CMS versions on server

I'm interested if there is a way to search for all outdated installations of CMS systems on my server ( RHEL). For example, is there a way to automatically search for all old versions of Joomla CMS that would need updating ?
Vedran
  • 31
  • 3
1
vote
2 answers

Directadmin 500 internal error after unzipping joomla to new user with same domain

I've move the public_html of a Joomla site from olduser to newuser. I've also moved the domain joomlasite.com from olduser to newuser; but when I go to joomlasite.com to visit it with the ownership of the newuser, 500 Internal Server Error is…
smhnaji
  • 619
  • 2
  • 11
  • 24
1
vote
1 answer

How insecure are 775 permissions on Joomla core folders?

I recently uploaded a site with all folders set to -755 permissions and files to -644 permissions. But Joomla tells me "unwritable" for all folders listed under Directory Permissions. Now I changed some folders to -775 and this seems to have solved…
1
vote
1 answer

Apache logs 200 instead of 404

I've been getting the following in my apache access log: "GET /work//?module=www§ion=working=../../../../../../../../../../../../../../../../../../../../../../../..//proc/self/environ%0000 HTTP/1.1" 200 5187 "-" "Mozilla/5.0 (Windows; U;…
elle
  • 123
  • 1
  • 6
1
vote
1 answer

Site performance - Akamai

We're facing performance issues in one of our servers which is hosting a website with ~50k users a month. We've been discussing different options to improve the performance and we're currently using Akamai's reverse proxy service to free the server…
Martin Miranda
1
vote
2 answers

joomla in Google appengine

I was wondering if I can transfer my existing site based on joomla! in Google appengine. How can I do that? Will it be easy if I start from scratch (modifying joomla! for Google appengine). Please advise me tutorials, walkthrough and your…
1
vote
1 answer

Issue when moving from Apache to Lighttpd

This might not be the right place, but we think its narrowed down to a Lighttpd config issue on our end, just cannot pinpoint. Asked in Virtuemart and Lighttpd forums with no luck. We have a live site on Apache and wanted to go over to Lighttpd…
Brian
  • 11
  • 1
1
vote
1 answer

.htaccess 301 redirect produces 500 internal server error

I've added individual 301 redirect entries to .htaccess to redirect my old site's Mambo pages to the new site's Joomla pages, but the old URLs still generate 404 errors. Any ideas why? The format I used was: Redirect 301 http://www.site.com/old.htm…
Steve
  • 365
  • 2
  • 7
  • 18