|
Hi... first of all... a lot of good work here...
I'm thinking in buying this component... but i want to know first, why the module edition doesn´t work!
For example... I have 2 news flash modules that show at start articles from different categories. I put the option (in module manager) to appear ONLY IN HOME.
But when I go to some of the articles, the module still appearing.... WHY?
I think that it's something of menus options, because the articles that I select by topmenu, don´t show modules and everything is fine. But in all the others articles, ALL THE MODULES APPEAR.
I have the last version of everything: Joomla, Joomfish, Jcomments, JoomSEF, JCE.
REGARDS!
|
Modules edition not ...
|
Posted 14 years, 3 months ago
by KiusteR
|
|
The SEO of joomla works fine... Only unable mod_rewrite and SEF and it works... any idea?
My site is only www.infoiguassu.com
|
404 and 505 ERROR
|
Posted 15 years ago
by KiusteR
|
|
Hi Jan thanks for the help.... I'm not a joomla master... My Website is www.infoiguassu.com
and my RewriteBase is:
"
RewriteBase /
"
I have joomla in root (maybe that)
Regards!
|
404 and 505 ERROR
|
Posted 15 years ago
by KiusteR
|
|
OK I have:
- Global Config: SEF and Mod_rewrite enabled
- JoomSEF enabled
- I have mine .htaccess file
What else?
Yes I try to set RewriteBase value, but I can't understand the meaning of installation folder, when I enter to my WebBase (FTP) I find all there. I didn't install jomla in any other folder
I have to uncomment all RewriteCond and RewriteRule of my .htaccess file? I only copy/paste the .htaccess file I found in your installation guide...
But it still not working
Regards!
|
404 and 505 ERROR
|
Posted 15 years ago
by KiusteR
|
|
I have Joomla 1.5.15 and I download the last version of JoomSEF... please some guide?
|
404 and 505 ERROR
|
Posted 15 years ago
by KiusteR
|
|
Hi everybody! First of all, thx for this great component!
I have heard that JoomSEF is the best way to implement SEF in my site but y can't make it work... (TT.TT)
I had alredy read the documentation. I have SEF and mod_rewrite enabled. Here is my .htaccess file:
## # @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $ # @package Joomla # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ##
##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that disallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # #####################################################
## Can be commented out if causes errors, see notes above. # Options +FollowSymLinks
# # mod_rewrite in use
RewriteEngine On # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root)
# RewriteBase
########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section
########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] #
|
404 and 505 ERROR
|
Posted 15 years ago
by KiusteR
|
More |