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

sef in joomla for dynamic urls

I have made a joomla component and wise to make the site sef. The problem is that some of the URL from the components put values by get method. so that the next page can do the task accordingly. say…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
0
votes
1 answer

Joomla 3 - Generate URL based on article alias without creating menu item

Description: I have almost 4,000 articles and now i want the SEF URLs for them all based on alias of each article is it possible if i can achieve this without creating menu items? i.e (www.websitename.com/article-alis) Problem: I know i can achieve…
0
votes
0 answers

SEF urls in application

I have an application and would like to write a function to convert my links to SEF version if mod_rewrite enabled. Example of my URL: index.php?url=products/index; index.php?url=products/id/3; So I need something like…
XTRUST.ORG
  • 3,280
  • 4
  • 34
  • 60
0
votes
1 answer

joomla sef redirect component view to default view

there are 5 views in my component all was worked fine both with sef on/off. but recently when i add pagination to 3 views then after make sef on they redirect to component home page but rest of the 2 works fine. i have tested all of the things as…
Atul Saini
  • 61
  • 1
  • 7
0
votes
1 answer

Joomla file path issues with SEF enabled

I'm trying to write some custom JS codes to load other js files in joomla website. Here are the codes: var j = jQuery.noConflict(); function loadJS(){ var i,l = arguments.length; for (i=0;i
shenkwen
  • 3,536
  • 5
  • 45
  • 85
0
votes
1 answer

Joomla 3.x SEF URLs without article ID and containing only numbers

I would like to remove the article ID from Joomla SEF URLs. For that I found a mod which works only if the SEF URLs containing at least one character other that numbers. But I need numbers only SEF URLs for my articles. For example:…
Laci K
  • 585
  • 2
  • 8
  • 24
0
votes
1 answer

site map generation problem

I am using sef servicemap compaonent for my joomla site.it is not generating the sitemap properly.what the changer i need to do. Thanks, Raghu.P
user366394
  • 11
  • 2
0
votes
1 answer

SEF URL for categories hierarchy and articles

I've written small framework like code with HMVC architecture using PHP. Below are the sample SEF URLs to…
Sailesh Jaiswal
  • 187
  • 1
  • 17
0
votes
1 answer

SEF URL Problem in Joomla1.5

My joomla site url is: http://www.cessnatrader.com. I am using SEF URL for this site. The SEF URL is not working in the main menu(in top). But it is working fine for other places(other links, footer menu). I don't know what the problem is. I did all…
0
votes
3 answers

How can I make clean search urls?

If I have search that has a lot of different options, then url becomes very long and looks very bad. Is there anyway to make urls look better? Using POST to make search would keep urls clean, but people couldn't share search urls.
newbie
  • 24,286
  • 80
  • 201
  • 301
0
votes
1 answer

url rewrite using htaccess?

I have a number of url I would like to change using htaccess could someone kindly help me out with the code so i can create some sef, i have 50 other pages to change so just look at the right code to add to htaccess, i called my host useless, and…
0
votes
1 answer

Joomla.32 SEF url and com_tags

I'm using Joomla v3.2 In the com_tags component I have modified the helpers/route.php file in order to include the catid and the Itemid in the url query. (The query is constructed by the module mod_easycloud which has been modified also). $link =…
axs203dd
  • 25
  • 6
0
votes
1 answer

Joomla 2.5 SEO / htaccess stopping component detecion

I am working on a client's website which is based on the Joomla 2.5 framework. With SEF turned off (the in built Joomla version) the URL is this http://(domain)/index.php?option=com_cmgroupbuying&view=alldeals&Itemid=424 The user has a plugin, I…
MOLEDesign
  • 488
  • 8
  • 20
0
votes
1 answer

Wrong URL used when accessing article through a module

I have an annoying problem and am hoping someone will be able to help. We use quite a few extensions on our Joomla site (Roksprocket mainly but also Global News Filter for instance). The modules themselves are working fine however when I click on…
0
votes
1 answer

Where does joomla store the sef urls?

I've just uninstalled mijosef from my site because i hated the way it rename my sef urls, but now my originals sef urls doesn't come back, where does joomla store the sef urls? in the database? in a file? or where? I've tried to restore my site with…