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
1
vote
2 answers

Making SEF URLs with K2 v2.6.5

I'm using Joomla 2.5.1 along with K2 2.6.5. I am trying to figure out how to use SEF urls in K2. I have my site with the 'real' folder 'coolmovies'. Joomla controls this folder. Within K2, I have a category alias='scifi', within which I have an…
CodeOwl
  • 662
  • 2
  • 9
  • 23
1
vote
2 answers

redirect url using .htaccess [R=301,L]

i want to redirect page url using .htaccess [R=301] original url : http://www.encros.fr/la-boutique-encros/recharge-toner redirect url : http://www.encros.fr/recharge-toner anybody can help me ?
1
vote
3 answers

Rewrite dynamic url structure with .hataccess

I've tried to rewrite the dynamic URL (below) to a slightly different structure; either does not work or I am not sure if it is correct: Old URL (URL#1): index.php?lang=AAA&zone=BBB&city=CCC&str=DDD&search=EEE New URL (URL#11):…
Yatko
  • 8,715
  • 9
  • 40
  • 46
1
vote
3 answers

Can we use ASP.Net Url Rewriting features in classical ASP

I am developing an application in classical ASP that now requires sef urls. I do not have any asp.net experience but I've heard that ASP.NET+IIS6 provide built-in url rewriting functionality. So before i have someone purchase a url rewriting…
Salman A
  • 262,204
  • 82
  • 430
  • 521
1
vote
7 answers

Shorten Joomla SEF URL Parent / Child / Sub Menu Items, Use only one alias without multiple parent alias

Is there anyway to only show the menu item alias in the URL without its parent alias? I know I can create a hidden menu with all items in the root level but this will make the breadcrumb unusable. For example:…
Will Chen
  • 11
  • 1
  • 3
1
vote
2 answers

how to generate url friendly in Joomla?

I have a problem with joomla 1.5 friendly url (that not so friendly actually) I am not using SEF at the moment (should i ?) heres is my problem I have some categories and sections. Each has alias. so i can check all news category for example by…
nightingale2k1
  • 10,095
  • 15
  • 70
  • 96
1
vote
2 answers

How to generate SEF url from product name for other languages in php

I want to form a SEF url for the products. For example, if the product name is Sony Ericcsson K550 , my url will be sony-ericcsson-k550. But in case of other languages like turkish, russian and chinese if we enter product name in those particular…
jeeva
  • 1,573
  • 2
  • 15
  • 24
1
vote
1 answer

Remove the view and layout name from SEF URL in joomla 2.5

I am using joomla 2.5 I want to display the SEF without the view and layout name. http://localhost/cars/vehicles/buyer/vehicle_overview/7/18 to http://localhost/cars/vehicles/carname In that above url I have to display the name of car instead of…
jackyesind
  • 3,343
  • 14
  • 47
  • 74
1
vote
2 answers

Mapping Old URLs to new joomla 2.5 website SEF urls?

I have a weird situation. A client of mine has a website having this kind of URL: OLD URL: website.com/products/the+product_1.php Now the new website that we developed has joomla 2.5 and has all content in there... So we have enabled Joomla SEF…
KMX
  • 2,631
  • 1
  • 23
  • 28
0
votes
1 answer

How to use JRouter to rewrite controller and task URLs?

I'm using Joomla 1.5 with router.php file to rewrite URLs of views. Here are contents of router.php:
user1063784
0
votes
1 answer

how to supporting SEF URLs in my component

i am newer to joomla component please help me. i create one small joomla component as per user requirement. and its run perfect. now i have one issue in this component i am trying to provide sef support in this component but i have no idea how to…
Mayur
  • 31
  • 5
0
votes
1 answer

Manually Inserting Joomla Show Cart NON sef URL

I have been having some SEF URL issues so I updated my Joomla SH404SEF module and I discussed my issues with a support guy from the company that supplies the 404SEF module and he realized that somebody had manually inserted an SEF URL for the Show…
0
votes
1 answer

Rails and SEF URLs: Changing the key used in link_to to use a different field then the primary key

In my Rails 3 app, I have a model called User with id and username, both are indexed and unique. Somewhere in some views I have following: <%= link_to 'Show this user', user %> That creates a link like this: Show this…
zmilojko
  • 2,125
  • 17
  • 27
0
votes
1 answer

Codeigniter + Joomla SEF (.htaccess) in the same server.

I made a tab as a Facebook Application. This app was made over Codeigniter and it works really fine in my server but when I try to install it in another server, it doesn't work because Joomla is installed with SEF activated. Now, everytime I try to…
Jose Adrian
  • 1,217
  • 1
  • 17
  • 32
0
votes
1 answer

SEF url to normal url in Joomla

In Joomla, suppose we have sef url like: http://www.mauriestate.com/en/mauritius-real-estate-community/groups/viewgroup/1-social-media-in-action.html Now I have to append a variable "id" to this url, so i have done…
vvktekdi
  • 1
  • 1