Questions tagged [sef]

Standard Exchange Format is an open-standard, computer readable, text format that contains the schematic information of an EDI document

The Standard Exchange Format (SEF) is an open-standard, computer readable, text format that contains the schematic information of an EDI document. Basically, the purpose of a SEF file is to convey an EDI implementation guideline in a standard, computer-parsable format so that it can be read directly by EDI applications.

The advantages of SEF over other file formats (e.g. pdf, doc, rft, html, and paper) are:

SEF files are immediately useable by both users and computers.
SEF files are small electronic files that can be transmitted easily over the Internet.
SEF files are editable either with a text editor.
SEF is an open standard, which allows you to create and distribute your own SEF files without any permission or having to pay any royalty fees.
107 questions
0
votes
1 answer

Joomla URL junk

So, I've set up a site and have Search Engine Friendly URLs on YES, I've set up page aliases and my main URLs are fine but those pages, for some reason, can be accessed trough some weird links like…
0
votes
1 answer

Joomla 2.5 cannot upgrade extension because unable to save installation file in temp directory

I tried to update my Artio Joomsef component on my joomla 2.5 but it seems cant be done because when i update it, it gives an error: "infinite loop detected unable to save installation file in temp directory Unable to find install package." why is…
Gabriel
  • 229
  • 4
  • 19
0
votes
0 answers

How can I hardcode joomla 3.1 core alias generator

I am using joomla 3.1 and want to edit alias generating function for some special Turkish characters. Because it rewrites the 'Ü' character as 'ue', but i want it as 'u'. And i don't want to use unicode alias function. 'Ü' and 'ü' must be 'u' 'Ö'…
Mustafa Burak Kalkan
  • 1,132
  • 21
  • 28
0
votes
1 answer

Joomla: system SEF module links On/Off + backlinks

I want to test whether turning on joomla's SEF links option in global configuration works for my site. If it doesn't work... can I just turn it back off again without issue? I don't want to accidentally break my site entirely. Also - are backlinks…
user3070963
0
votes
1 answer

Can I change the joomla router for the canonical url of some categories?

I have a few hundred articles that belong in 3 categories which are nested in a main one. The sef url which is produced by joomla goes like this mydomain.com/ (menu item alias for the top level category that nests the 3)/ (the articles parent…
0
votes
0 answers

Joomla Complicated URL Rewrites

We are currently creating a new website for the purpose of including a shopping cart. The problem we have is that we currently rank well for all of our keywords on google and need to recreate our urls exactly as they are on our existing Joomla…
AKAust
  • 103
  • 9
0
votes
1 answer

Why does a Joomla component not work when SEF urls are turned on?

I have just installed the Joomla Jukebox component last night. The player does not work when I turn on SEF URL within Joomla (I have version 1.5.x). That is, when I press play on the player (its a swf) the song does not play, but the song plays once…
glacier
  • 301
  • 3
  • 6
0
votes
1 answer

SEF URLs Joomla 3

Hi I have a Joomla3 site that has a main menu with a root item "products." The sef url "sitename/products" works great. However, I also want to have an sef url for sitename/products/productmodel1 that is not displayed in the menu. If I try to…
oscar710
  • 1
  • 1
0
votes
2 answers

Redirecting old joomla 1.5 no SEF urls to new 2.5 SEF url before index.php strip

Im working in a new 2.5 joomla site and the old site was 1.5, the urls from the old site are no SEF. I need to redirect the old 1.5 no SEF urls to the new SEF urls, im doing this: redirect 301 /index.php?option=com_k2&v...…
Ful1to
  • 1
  • 1
0
votes
1 answer

Having trouble with mod-rewrite and URL Scheme

I am trying to come up with the best URL scheme for my site for a plugin I am writing and am coming up against several collisions and road blocks. The standard URL's look like 1 http:///forums/misc.php?mytip=show_list 2…
Dannymh
  • 149
  • 1
  • 11
0
votes
1 answer

Joomla 2.5 SEF URL unwanted items

All, I have .htaccess set up, and SEF URLs are working. However, one category (which is actually a k2 category of items) is sowing un-wanted and unknown items: If you see these two links, they're both to k2 item blogs, however, one contains the…
0
votes
1 answer

Retrieve values from joomla component router.php

ok i got my custom component router, but i still need the values inside it and i dont know how can i use these values in my component for example in the url index.php?option=com_maodeobras&view=maodeobras&cat=mymaincat&sub=mysubcat i want the…
0
votes
1 answer

Joomla URL Additional Get variable broke SEF URLs

I am using Joomla 3, in Menu Item I have created two additional fields called City and County which I manually input the value and its passed as a Get variable to the URL. In components/com_content/views/article/tmpl/default.xml I have created these…
user2107349
  • 191
  • 2
  • 3
  • 16
0
votes
2 answers

Friendly url's in joomla site

I am trying to make more friendly the urls of my joomla site. Currently, a typical url is like this: www.mysite.com/index.php?option=com_content&view=article&id=5&Itemid=10&hotel=182. I would like to have a url like the following:…
George
  • 129
  • 2
  • 12
0
votes
1 answer

Joomla 3.0 Component - Router SEF, adding a segment

Can someone please tell me how to add a segment to the beginning of the SEF URL - i.e: http://somedomain.com/*SEGMENT*/task/id The *SEGMENT* is just a static string, just for show and is not taken from the query. I've got a very basic router.php in…
mousebat
  • 474
  • 7
  • 25