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
5
votes
1 answer

adding directory name into SEF url and also passing id value without using it in url

I'm a newbie about .htaccess and rewrite functions. I've searched many pages but I couldn't find a solution. Here's my problem: I have urls in these formats in my kurum.php file: fxrehber.com/kurum.php?id=$krmID&sef=$sef so my normal url is:…
Orkun Tuzel
  • 1,342
  • 10
  • 22
3
votes
1 answer

How to get rid of date in Joomla URL?

This has probably been answered before, but I am trying to figure out how to get rid of the date in a Joomla url, e.g. http://leisure.local/2015-10-02-02-00-39/contact-us. I have an alias for the menu item in this case of contact-us, and SEF…
SScotti
  • 2,158
  • 4
  • 23
  • 41
3
votes
1 answer

How do I get non-existing Joomla URLS redirected to our 404 Error Page?

Brief: Any search friendly URL that starts with a number goes to a broken page that shouldn't exist instead of custom 404 Error Page Details: Any partial existing url & random characters seems to return a broken page and not the 404 page. Example…
DevKev
  • 5,714
  • 6
  • 24
  • 29
2
votes
3 answers

get Joomla non sef url when SEF is on

I am creating a joomla system plugin. i want to check if the current page is loading any article. For this i planned to check if view is article and get the id in that case. But this is not working in case when sef is on. Is there any way to get…
Anand
  • 1,670
  • 1
  • 15
  • 23
2
votes
1 answer

Opencart SEF ruins relative links

My Opencart website can't load files when it is in SEF mode and a categorie name is in the url . For example when i am in this URL : http://thehouseofmarley.ir/speaker/nikon-d300 This relative URL in the page : image/globe.png Should compile like…
Amin Gholibeigian
  • 1,325
  • 2
  • 9
  • 11
2
votes
1 answer

simple RewriteRule in .htaccess

OK, it sounds simple, it looks simple and it weighs simple. But it's not. I can't for the life of me get this working. Let's say I have this URL structure: http://www.test.com/%action%[/%param1%/%paramX%] I need to redirect (actually I want a…
Christian
  • 27,509
  • 17
  • 111
  • 155
2
votes
0 answers

Joomla SEF (moved from Apache to Nginx)

I have a Joomla website which I want to move from Apache server to Nginx. My website have 3 languages and all URLs begins with /en, /ua or /ru. SEF URLs are enabled and work perfectly at Apache. Website folder have .htaccess file, where (as far as I…
Alukret
  • 21
  • 5
2
votes
2 answers

How to force 301 redirection on non-sef url in Joomla?

Google has indexed my non-SEF urls as well as SEF urls for no reason. The site has always had SEF urls set to ON. How do I force a 301 redirection on non-SEF url, so it never displays, without actually writing 301's in the .htaccess for every new…
Mohika
  • 35
  • 4
2
votes
1 answer

SEF url without name with core php and .htaccess

I want to make SEF url In that i want to remove file name also from the url. my site is in the core php, I manage to remove the extension from the url but didn't have idea that how to remove the whole file name from the url. As i searched on google…
Satish
  • 1,012
  • 2
  • 15
  • 32
1
vote
1 answer

SEF url from module in joomla

I am making a module and trying to figure out how to get the Search engine friendly url to articles from this module this is the helper class today public function getItems($amount) { $db = &JFactory::getDBO(); $query = 'SELECT * FROM…
Tobias
  • 494
  • 3
  • 14
  • 30
1
vote
1 answer

How to open a .SEF file that now looks like gibberish

I am trying to read .SEF files such as this https://github.com/freight-trust/xsef/blob/9d33443947ed0972d0db498c415feff467df5496/libsef/edifact/COARRI_D95B.EVAL0.SEF. No matter what I try, I can only come up with gibberish…
Suvi Salo
  • 11
  • 2
1
vote
1 answer

Do I need a menu item with alias for all sef urls in Joomla?

I'm new to Joomla so my comprehension of how it all works is a bit incomplete. I'd just like to know whether or not I need to add new menu items with an alias for all short urls used in the application (e.g. http://mysite/shorturl). What bothers me…
kjetilh
  • 4,821
  • 2
  • 18
  • 24
1
vote
1 answer

How to read parts

I have a problem with this program: I was able to make another draft program but it only reads the first three lines and stops. Unfortunately, the input file is not symmetrical so I should use while loops for some parts only to avoid repeating parts…
user13782982
1
vote
1 answer

How to run XSLT transformations using a .sef file in Java

I need to transform XML file with XSL, which includes multiple imports. A simple transformation works fine (even with imports), but it’s not what I exactly want, because there is even more than 20 imported files for each transformation. (I am using…
1
vote
0 answers

double title tags holmepage google - how to correct with htacces?

Google tells me i have some double homepage title tags. for example on: https://www.mywebpage.nl https://www.mywebpage.nl/index.php?option=com_content&view=article&id=12&Itemid=219 I use Joomla and all my urls are SEF friendly I have redirection…
1
2 3 4 5 6 7 8