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

301 redirects with Joomla on IIS

I'm running Joomla on IIS. I've got about a dozen categories (financial newsletter publishers) that I'm using to organize about 40 articles (financial newsletters). I'm using the joomla built-in SEO so the URL's look like…
Jimmy
  • 5,131
  • 9
  • 55
  • 81
1
vote
1 answer

Joomla Menuitem SEF url

I am building a module in Joomla. I am using the Module Parameter (Menuitem). It returns the menu id to the default.php file in the module. I then build a URL with the following code: $itemID = $params->get( 'url' ); // Menuitem id $application =…
Sebastian Opperman
  • 241
  • 1
  • 7
  • 18
1
vote
0 answers

Joomla Component - SEF links on and JRequest::getVar not returning variables from encoded URL

I'm having trouble with my component and Joomla's SEF links. I'm trying to use JRequest::getVar to get the variables from the original URL (specified with JRoute::_) My router.php file looks like this: function PortfolioBuildRoute(&$query) { …
mousebat
  • 474
  • 7
  • 25
1
vote
2 answers

404 not found after activating Joomla 2.5 URL rewriting at localhost

I have a copy of my website at localhost at: /var/www/vhosts/mysite.com/httpdocs This is my /etc/apache2/sites-available/mysite ServerAdmin webmaster@localhost DocumentRoot /var/www/vhosts/mysite.com/httpdocs …
miquel
  • 379
  • 7
  • 17
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
1 answer

mod_rewrite and SEF is not working on joomla

I am using joomla 1.5.2. When the mod_rewrite and SEF is enabled I have different url and it is not working. For example: https://sampleprojects.com/component/jobboard/buy (SEF and Apache mod_rewrite…
jackyesind
  • 3,343
  • 14
  • 47
  • 74
0
votes
1 answer

How can I redirect/ rewrite all urls that contain a certain string?

this has had me stumped for a few days. Any help would be greatly appreciated. I think htaccess is probably the best way to do what I need, but if you have a different sdolution I'm glad to hear it. I am using joomla as my CMS and right now I have a…
0
votes
1 answer

SEF urls are not takinf alias.html name of menu item in joomla1.5

I have two menu links of my component com_listing whose links are as follows index.php?option=com_listing&view=catlist&Itemid=134 index.php?option=com_listing&view=catlist&Itemid=135 Both menu item have component menu item specific parameters of…
Sumit Neema
  • 462
  • 3
  • 18
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

Joomla 1.5 SEF Qcontacts not working

I am working with a joomla site and I installed a component named qcontacts. It works perfectly, but when I enable sef in joomla I get: All the other menus in the site work properly with seo enabled with com_content, the problem is only with…
themhz
  • 8,335
  • 21
  • 84
  • 109
0
votes
1 answer

Virtuemart SEF: how to mod_rewrite 301 redirect from router.php to Yagendoo router

I'm migrating an existing ecommerce site (Joomla 1.5 + Virtuemart) from basic router.php SEF to Yagendoo router plugin (Virtuemart SEO SEF Links Pro). The problem is, the two create different URLs and I don't want to lose current listings, so I…
0
votes
1 answer

Joomla SEF Apache mod_rewrite not working on new hosting setup, possible RewriteBase rule?

I recently moved my sub-domain hosted Joomla (sub.domain.com) to another host and my SEF URL's are broken. Currently I have Apache mod_rewrite turned off in the Joomla admin forcing the /index.php/ within all URL's Apache mod_rewrite is loaded and…
0
votes
1 answer

How to do a custom redirect to a new url using .htaccess

I have generated an rss feed in my custom component in my joomla site. I am using ARTIO SEF in my joomla site for configuring SEF urls, and i changed the SEF url for the rss feed to something like this: http://www.mysite.com/rss.xml But i am getting…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158