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

Joomla4 SEF-URL routing

In my Joomla extension I create a list with links to the detail descriptions as SEF-URLs which are running fine in Joomla 3 but not in Joomla 4. I found out that in Joomla ...\libraries\src\Router\Router.php in the function parse() an error is…
0
votes
2 answers

Proper .htaccess Method to Redirect a Few Select Pages to use HTTPS, Returning all Others to HTTP?

I've looked through similar questions but not found the exact working solution I'm after. We have a Joomla site that needs 2-3 specific pages to be forced to use https, while navigating away from these pages needs to return to http for all other…
Kenny J
  • 11
  • 1
  • 10
0
votes
0 answers

How do I Keep SEF URLs for new HTML website using 2 languages

I am working a new HTML pages which will replace a Joomla website on same domain. The Joomla site is using SEF URLs ex. www.mydomain.com/en for home page in English www.mydomain.com/about-us for about us page in English www.mydomain.com/fr for home…
0
votes
1 answer

How to use SEF for both joomla and wordpress in same hosting?

I have a joomla website with SEF and now i try to install a wordpress blog in subfolder (www.domainname.com/blog/). i edit the Permalink from wordpress cpanel and hi give me a code to put it inside (.htaccess) here the code
ouss
  • 1
0
votes
1 answer

Joomla 1.6 Custom SEF router.php - my component cannot read url variables

Hi I have a bit of a problem. I have written a custom component for Joomla 1.6 and I have also just written a custom router.php file for my component so I can have 'pretty' SEF urls. E.g.…
Martin
  • 10,294
  • 11
  • 63
  • 83
0
votes
1 answer

Joomla core functions in external scripts

recently Im working on custom Joomla component. And I need Joomla core functions in some external scripts(that are not part of Joomla framework). Let's say I have component and its custom class, that are not part of Joomla…
Bounce
  • 2,066
  • 6
  • 34
  • 65
0
votes
2 answers

Virtual Domains extention not generating correct URLs on Joomla 3.7.1

I have been upgrading my Joomla 3.6.5 to 3.7.1 on my test site. I noticed that the extension 'Virtual domains' started to generate inaccessible URLs for articles that are shared between different sites. While the URL-formation on the secondary…
0
votes
1 answer

Redirect from indexed joomla URLS to static URL

I use to have a joomla site with SEF urls which are indexed in google like example www.mysite.com/index.php/contactme i now have a static site and i want to 301 redirect my indexed urls to the the new one example www.mysite.com/contact-me.php i have…
0
votes
2 answers

Joomla SEF url: all pages point to default page

I've set up a joomla webpage which is currently being hosted at a temporary url. When I enable the SEF url's all links point to the default/home page. Haven't found forum with this problem/solution. please help!
0
votes
1 answer

.htaccess exclude specific file in webroot from URL rewriting

i am running a site with joomla. It has a bunch of mod rewrite rules i don't totally understand.. as well as some kind of SEF link thing running. i have a specific page named sched.html that i need to serve up and be completely ignored from the…
rodrick
  • 87
  • 2
  • 8
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, create custom php page that list some results

I try to create a custom results page for my custom entities (database). So, i have in home page a search box, the form have to redirect to this "custom" page. What is the preferable way to accomplish this? I tried to add new php page to my…
workat
  • 63
  • 2
  • 10
0
votes
1 answer

SEF url not working in joomla

In my joomla project,I have a page which shows a list of stores and on clicking each store, it takes to a detail page and the link to detail page is now as : http://www.example.com/component/option,com_location/Itemid,201/lang,en/location,1000/ I…
SRG
  • 75
  • 1
  • 8
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

Joomla file system routing

A friend asked me to help him change something on his Joomla website, but I'm having a bit of difficulty understanding the file system and routing. From what I've read so far, looks like SEF urls are activated. Now if the sub directory is…
frajk
  • 853
  • 6
  • 14