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

Joomla - Why article URL SEF marging into menu SEF? I Need only menu SEF In my URL

I have one article which name is Landing page page and it's Alias is landing-page Select Category is Uncategorised. then make menu with the name of MarshFarm and attached the article with menu MarshFarm (Alias: marshfarm) when i assess the…
Imran Saleem
  • 370
  • 4
  • 20
1
vote
1 answer

removing dates from Joomla URLs

I imported posts from Wordpress to Joomla I have created a category blog_post to which they are all assigned I have not so far as I am aware set any option to adjust or set paramaters to effect the aliases and the alias are all of the format…
1
vote
1 answer

Force www with SEF doesn´t work in Joomla 3

When I force redirection from no-www to www (using htaccess) works fine only with the domain. domain.com (redirect to) → www.domain.com (works fine) domain.com/category/article/ (redirect to) → www.domain.com/index.php (doesn't work) First redirects…
juanma
  • 41
  • 6
1
vote
1 answer

SEO for Rails site, now or later?

My freelance web developer is developing a site on Ruby on Rails. Currently the URL structure is http://abc.com/all?ID=category Example: http://abc.com/all?3=CatA I requested him to structure the URL according to categories, such…
Victor
  • 13,010
  • 18
  • 83
  • 146
1
vote
1 answer

Magento 301 redirects

Having some issues with Magento URLs. I've been tasked with redirecting the following ugly URLs /accesories//accesories/bags-purses.html /accesories//accesories/bags-purses.html/cat/bags-purses To /accesories/bags-purses I can't redirect using…
1
vote
1 answer

How can I change the SEF URL to non-SEF URL in Joomla for single view?

I am creating an API type plugin, which fetches activity stream from easysocial. But I got SEF URL in the activity stream, I want the NON-SEF URL in case SEF is on in Joomla configuration. Please tell me how can I do this, programmatically. I tried…
Vishal2210
  • 491
  • 4
  • 4
1
vote
0 answers

Joomla SEFLink does not work after AJAX request

Help a newbie. sketched out the sample code, and I can not make seflink work correctly after Ajax request. ajax request code: var timer_search = 300; var max_symbols = 1; jQuery("#jshop_search").bind("change paste keyup", function() { var…
1
vote
1 answer

How to redirect url using sef rewriting and .htaccess on Joomla 2.5?

I've already read everything i could find on this subject but I still can't redirect my new urls to the old ones ! I'm using Joomla 2.5.6, with Apache and the SEF works fine but the SEF-rewrite doesn't. The URL is actually well rewritten but it…
CoolWave
  • 11
  • 2
1
vote
1 answer

SEF Links with mod_rewrite error 500

Hey i want to rewrite my links mydomain.com/?page=pageName to mydomain.com/pageName I tried with RewriteEngine On RewriteRule ^([^/]*)$ /?page=$1 [L] but it seems to to give an error 500
Fallen
  • 13
  • 3
1
vote
1 answer

Can we SEF enable to joomla administration?

Is it possible to enable SEF to joomla administration? If yes, how we need to proceed on this? OR is there any .htaccess file to achieve this?
Shekar
  • 11
  • 1
1
vote
1 answer

joomla template rtl switching doesn't work with sh404sef

In Joomla, using any 3rd party SEF component (sh404sef in our case) requires the language filter plugin to be disabled and here starts the dilemma of the RTL switching not working in RTL pages as most frameworks such as Gantry which is what we use,…
Shalaby
  • 87
  • 1
  • 10
1
vote
3 answers

Remove PHP extension using .htaccess methods (Keeping Link Juice)

I'm trying to remove the .php extension on my URLs to make it Search Engine Friendly using the .htaccess file Redirect 301, to keep the "rank juice" and I as much I've tried almost every example around - It just doesn't seem to work. Here are some…
1
vote
1 answer

Joomla global options SEF

How to get global options SEF of Joomla 3? Searching whole day nothing found. This is for Joomla 1.5 need same on 3rd $config =& JFactory::getConfig(); echo 'Site name is ' . $config->getValue( 'config.sitename' );
Paul Adam Harrison
  • 243
  • 1
  • 2
  • 8
1
vote
1 answer

mod_rewrite - redirect from old url to new url

Need your professional help. I have Joomla 1.5 with VirtueMart We change SEF, and old url was gone:( Old url: http://example.com/126-name-group/147101.html 126-name-group - category name 126 - category id. 147101.html - product 147101 - id…
e.bezdomnikov
  • 115
  • 1
  • 7
1
vote
0 answers

JRoute not working correctly for menu link

I am using Joomla 1.5 and enabled SEF. It works fine for other urls but some links display "page ok" only. It does not show any page content. Why does it show "page ok" only. How should I avoid this? Menu is not working for Joomla SEF
  • jackyesind
    • 3,343
    • 14
    • 47
    • 74