Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for eelziere

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 13:10
  • Posts: 7
  • Profile Views: 2356
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hi,

I cannot upgrade my Virtuemart extension from within JoomSEF : the upgrade server is not available...
Cannot upgrade VM ex ...
Category: JoomSEF 3
emo
Hi All,

My config:
- Joomla 1.0.12
- JoomFish 1.7
- Default language = french
- Additional language = english
- JoomSEF 1.5.1
- JoomSEF Virtuemart extension 1.0.1

Is there any way to avoid recording SEF URLs for order details pages?
Number of orders is (supposely) growing and I would prefer not filling my database with SEF URLs not really usefull... Any idea?

Cheers,
EE.
JoomSEF - Virtuemart ...
Category: JoomSEF 3
emo
Hi,

It would be nice if JoomSEF could also support URLs based on index2.php.
It would be usefull for popup windows for example.

Cheers,
EE.
JoomSEF - Feature re ...
Category: JoomSEF 3
emo
Hi,

Here is my config:
- Joomla 1.0.12
- JoomFish 1.7
- Default language = french
- Additional language = english
- JoomSEF 1.5.1
- JoomSEF Virtuemart extension 1.0.1

JoomSEF settings:
- Show sections
- Show categories
- Translate
- Put language into path

1) The following URLs are not fully translated according to the settings above. Why ? I checked that all JoomFish english translations are defined for sections, categories, content items, ...

en/e-shop/nos-logiciels.htm (index.php?option=com_virtuemart&Itemid=38&category_id=1&lang=en&page=shop.browse) should be en/e-shop/our-sotwares.htm

en/e-shop/nos-logiciels/light-facture.htm (index.php?option=com_virtuemart&Itemid=38&category_id=1&flypage=lepartner&lang=en&manufacturer_id=0&page=shop.product_details&product_id=1) sould be en/e-shop/our-softwares/light-facture.htm

en/entreprise/our-services/index.htm (index.php?option=com_content&Itemid=29&id=15&lang=en§ionid=1&task=category) should be
en/enterprise/our-services/index.htm

2) What is this funny character § inside non-SEF URLs ? I have several of them where
&amp;lang=en&amp;sectionid=1 is replaced with &amp;lang=en§ionid=1 ... Any idea?<br><br>Post edited by: eelziere, at: 2007/06/19 09:39
JoomSEF - URLs not f ...
Category: JoomSEF 3
emo
Hi All,

Here is my config:
- Joomla 1.0.12
- JoomFish 1.7
- JoomSEF 1.5.1
- JoomSEF Virtuemart extension 1.0

When you save JOOMSEF configuration and confirm URLS must be purged,
the Virtuemart extension is uninstalled. I think this should not happen.

EE.
JoomSEF - Virtuemart ...
Category: JoomSEF 3
emo
Hi all,

Here is my configuration:
- Linux server
- Apache 1.3.37 (url rewritting activated)
- MySQL 4.1.21
- PHP 4.4.4
- Joomla 1.0.12
- JoomSEF 1.3.3

SEF option is activated in the global Joomla configuration and JoomSEF component is activated too.
You can check below that my .htaccess file content is ok for SEF third-party component usage.

JoomSEF component is configured to generate URLs like:
www.my-site.com/section_title/category_t...ntent_item_title.htm
and it works fine for almost all my content items except what is following...

My administrator content editor is TinyMCE (version delivered with Joomla 1.0.12).
The TinyMCE mambot is configured to use relative paths (for links, images, ...).

I have a menu item (id = 62) pointing to a content item.
In this content item, I have an image (using the {mosimage} mambot).
I want to put a link on this image to open a separate (_blank) window containing another content
item (id = 17) alone (not with the full home page layout).
So I planned to set my link with the following URL:

index2.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=62

Well, when you click on the first image to open the popup window, it does not work as expected:

- The popup window displays the correct content item but not alone (i.e. using the full home page layout)
- The URL of the popup window document is quite strange:

www.my-site.com/section/category/index2....17&amp;Itemid=62

where section is a section title (but not the one containing the popup content item)
and category is a category title (but not the one containing the popup content item)

I would have expected an URL like:
www.my-site.com/correct_section_title/co...ntent_item_title.htm

Any ideas? Thanks in advance for any kind of help!

Here is my .htaccess file:

DirectoryIndex index.php
RewriteEngine On
RewriteBase /

# 3rd Party SEF Section
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

# 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 &lt;script&gt; tag in URL
RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%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]
JoomSEF + Popup Wind ...
Category: JoomSEF 3
emo
Hi,

I cannot make JoomSEF work properly! I get a 404 error on any page. Can you help me?

Thanks !

Here is my environment:

- Apache 1.3.37
- PHP 4.4.4
- MySQL 4.1.21
- Joomla 1.0.11
- JoomFish 1.7
- JoomSEF 1.3.3

My main site is www.compu-zen.com, but I made a test copy under www.compu-zen.com/_sandbox/compuzen/

My .htaccess file:

DirectoryIndex index.php

RewriteEngine On

RewriteBase /_sandbox/compuzen/

RewriteCond %{HTTP_HOST} ^compu-zen.com/_sandbox/compuzen/$
RewriteRule ^(.*) www.compu-zen.com/_sandbox/compuzen/$1 [QSA,L,R=301]

RewriteCond %{REQUEST_URI} ^(/_sandbox/compuzen/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]

My configuration.php file:

$mosConfig_absolute_path = '/home/compuzen/public_html/_sandbox/compu-zen';
$mosConfig_live_site = 'www.compu-zen.com/_sandbox/compu-zen';

The JoomSEF configuration:

Basic Configuration
Enabled? Yes
Replacement character -
Page spacer character -
Strip characters ,|~|!|@|%|^|*|(|)|+|&lt;|&gt;|:|;|{|}|[|]|---|--|..
Trim friendly characters -|.
Use Title Alias? Full Title
File suffix .htm
Default index file index.php
Page text %s
All lowercase? Yes
Show Section? Yes
Show Category? Yes
404 Page (Default 404 Page)
Advanced Configuration
Non-ascii char replacements á|a, à|a, â|a, Â|A, ä|a, Ä|A, å|a, Å|A, Ã|A, é|e, É|E, è|e, ê|e, ë|e, í|i, ì|i, î|i, ï|i, ó|o, ò|o, ô|o, Ö|O, ú|u, ù|u, û|u, ü|u, Ü|U, ÿ|y, ç|c, Ç|C, ñ|n, Ñ|N
JoomFish Related Configuration
Language as path? No
Always use language? Yes
Translate URLs? Yes
Component Configuration
com_cloner (use default handler)
com_google_maps (use default handler)
com_joomfish (use default handler)
com_joomlaxplorer (use default handler)
com_poll (use default handler)

The JoomSEF URLs:
1 contactez-nous.htm index.php?Itemid=3&amp;lang=fr&amp;option=com_contact
2 index_en.htm index.php?Itemid=1&amp;lang=en&amp;option=com_frontpage
3 index_fr.htm index.php?Itemid=1&amp;lang=fr&amp;option=com_frontpage
4 informations/la-soci-t/la-soci-t_fr.htm index.php?id=12&amp;lang=fr&amp;option=com_content&amp;task=view
5 informations/la-soci-t/nos-tarifs_fr.htm index.php?Itemid=36&amp;id=29&amp;lang=fr&amp;option=com_content&amp;task=view
6 informations/nos-produits/index_fr.htm index.php?Itemid=35&amp;id=16&amp;lang=fr&amp;option=com_content§ionid=1&amp;task=category
7 informations/nos-r-f-rences/index_fr.htm index.php?Itemid=31&amp;id=18&amp;lang=fr&amp;option=com_content§ionid=1&amp;task=category
8 informations/nos-services/index_fr.htm index.php?Itemid=29&amp;id=15&amp;lang=fr&amp;option=com_content§ionid=1&amp;task=category
9 lactualit-informatique/index_fr.htm index.php?Itemid=34&amp;lang=fr&amp;option=com_wrapper

The URLs I get when I click on my main menu topics:
www.compu-zen.com/_sandbox/compu-zen/index_fr.htm
www.compu-zen.com/_sandbox/compu-zen/inf...ervices/index_fr.htm
www.compu-zen.com/_sandbox/compu-zen/inf...roduits/index_fr.htm
www.compu-zen.com/_sandbox/compu-zen/inf...-t/nos-tarifs_fr.htm
www.compu-zen.com/_sandbox/compu-zen/inf...-rences/index_fr.htm
www.compu-zen.com/_sandbox/compu-zen/contactez-nous.htm
www.compu-zen.com/_sandbox/compu-zen/lac...matique/index_fr.htm

The error I get for each of these URLs:
Not Found
The requested URL /_sandbox/compuzen/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at www.compu-zen.com Port 80
Cannot make it with ...
Category: JoomSEF 3
More
User Login Empty