Questions tagged [joomla-sef-urls]

Questions relating to Search Engine Friendly URLs for Joomla

Search Engine Friendly URLs are URLs that are easily readable by both humans ans search engines. SEF URLs can be developed for Joomla on a variety of server platforms including Apache and IIS.

95 questions
0
votes
2 answers

Generating Component SEF URLs in Joomla

I have a custom Joomla component and a router for building my SEF URL's for use within the site, and everything is usually shiny - internally, all of my links look and act fantastic. I recently route a controller action that sends a list of links…
Jarrod Nettles
  • 6,193
  • 6
  • 28
  • 46
0
votes
1 answer

Search friendly urls in Joomla 1.5 aren't updated in the site menu

I'm working in a website developed in joomla 1.5 (I didn't created this site). When I activate search friendly urls, almost urls of the menu are the same, only two different urls appears:…
0
votes
1 answer

User friendly urls in joomla1.5

I am working Joomla 1.5 . I am unaware of how to set user-friendly Urls to the site in Joomla1.5. Give suggestions for keeping User-Friendly urls ... I have changed the configuration for SEO as yes to apache mod_rewrite and Search engine friendly…
useranon
  • 29,318
  • 31
  • 98
  • 146
0
votes
1 answer

Joomla Custom URL through htaccess

My URL: https://domain.com/my-team-league/viewgroup/201-crick Needed URL: https://domain.com/league/201-crick Help me to take out of this url issue please .htaccess: DirectoryIndex index.php RewriteEngine On RewriteBase / RewriteRule ^/league/(.+)…
Ni3
  • 3
  • 5
0
votes
1 answer

Joomla 3.3.1 SEF Multilanguage menu item URL throw 404

Languages en-GB zh-CN Menu menu-en-gb Company Jobs (menu-item) <-- LOOK AT THIS menu-zh-cn Jobs menu-item settings Alias: jobs Menu Item Type: Category List Choose a category: Jobs Language: English (UK) Problem When I visit…
Js Lim
  • 3,625
  • 6
  • 42
  • 80
0
votes
1 answer

Joomla 3.3 Cart not emptying after purchase when sef enabled, can someone check my router file please?

I'm having a problem with my Joomla 3 mijoshop cart not emptying after purchases when SEF is enabled, if I turn SEF off then it works fine. After some searching around I believe it could be a problem with the carts router.php file, so I was…
0
votes
2 answers

Url Sef in ajax module joomla

Hi everyone and thanks in advance for the help you can give me. I am creating a joomla module to show articles via ajax, I'm almost finished, I have the problem with the url. The problem is that the module makes a call via ajax to search.php. All…
user3673405
  • 33
  • 1
  • 8
0
votes
1 answer

Need help with Joomla's SEF Option - Already tried .htaccess and configuration.php

I need help with SEO Configurations in Joomla. I have been tasked to handle an existing Joomla site for my company. It is a replicate (with different contents) of another joomla directory in the same server. The funny thing is, on the other Joomla…
Kyle
  • 915
  • 8
  • 18
  • 34
0
votes
1 answer

Different urls generated with JRoute::_() in different pages - Joomla! 3

I developed a component in Joomla! 3, and I used JRoute::_() & router.php to make urls search-engine-friendly. something like this : /component/products/WIFI-IP-Phone/list-3 So I decided to replace /component/products with a clean alias, And I…
Alireza Fallah
  • 4,609
  • 3
  • 31
  • 57
0
votes
1 answer

Joomla component SEF url router

I am trying to generate SEF urls for joomla component. I want generate and parse the given url into SEF URL. Please suggest or help me out. Original URLs: for item and brand 1.…
0
votes
1 answer

Joomla - Cant add a rewrite rule when joomla SEF plugin is on

I have this rewrite rule in my .htaccess file: RewriteRule ^home\/([a-z]+)\/([0-9]+)$ /?filter=$1&start=$2 [L] Although this rule is correct, the only way to make it work (i.e: not show a 404 error), is by disabling SEF plugin. My question is:…
Hakim
  • 3,225
  • 5
  • 37
  • 75
0
votes
0 answers

Joomla: remove old alias

After modifying the alias for an article (with SEF enabled), the URL that uses the old alias is still working; I can now access the article via: http://joomlasite.loc/72-pb-details-page http://joomlasite.loc/72-details-page I have deleted all…
Astrip
  • 159
  • 4
  • 15
0
votes
1 answer

SEF URL generated from non-SEF URL with href ibased on article ID and Itemid in Joomla

I just turned on SEF Urls and it's working fine when I navigate in my website using the menu. But when I click on a link generated from an article, then the URL appearing in the URL field is messy. I…
MagTun
  • 5,619
  • 5
  • 63
  • 104
0
votes
1 answer

How to display Joomla 3 urls without numbers?

I am having urls displayed with category and article ids such as http://www.mysite.com/54-mycategory/59-myarticle. In order to remove the numbers, I had to manually create menu items for each article - which then successfully omits the numbers from…
user1448031
  • 2,172
  • 11
  • 44
  • 89
0
votes
1 answer

Joomla 2.5 SEO, SEF URLs with "/" gets 404 Error

Good day, I'm not a developer or any joomla or SEO expert. Joomla's built in SEF and SEO options work fine however with virtuemart, if the product's title has a slash in it eg. M3/M301 Coil the urls will generate…