Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 15th, 2012, 11:03 AM
onurcan1977 onurcan1977 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2011
Posts: 5 onurcan1977 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 58 sec
Reputation Power: 0
mod_rewrite - Htaccess configuration to shorten path and parameters

Hi, I'm using Joomla 1.5.24 and I want all urls to be shortened. For example:

Code:
http://mydomain.org/component/content/article/39-haber-sayfalayici/my-article.html


Should be:

Code:
http://mydomain.org/blog/my-article.html


And:

Code:
http://mydomain.org/ecwid.html?view=ecwid#ecwid:category=741488&mode=product&product=3066284


Should be:

Code:
http://mydomain.org/blog/3066284.html

Reply With Quote
  #2  
Old January 15th, 2012, 11:19 AM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,931 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 7053
You might be able to shorten the first one, but you can't shorten the second one because it contains a hash mark (#). Nothing to the right of a hash tag can be shortened with mod_rewrite.

However it would be best to consult Joomla regarding this change, or look for a Joomla module that enables SEO friendly URLs. You could easily write a static rule the first URL, but I'm guessing you're looking for something dynamic that works for all similar URLs.

The actual URL contains several pieces of data that are not in your shortened URL; namely: component, content, article and 39-haber-sayfalayici. component, content, and article look like static pieces of text that will be the same for all similar URLs, so that wouldn't cause any problems with a dynamic rewrite rule. But 39-haber-sayfalayici looks like it is associated with the article and might be different for different articles. There is no way for mod_rewrite to determine this dynamically, so you would need some application code in Joomla to assist with this rewrite.
__________________
PHP FAQ
How to program a basic, secure login system using PHP

Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #3  
Old January 15th, 2012, 11:26 AM
onurcan1977 onurcan1977 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2011
Posts: 5 onurcan1977 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 58 sec
Reputation Power: 0
Unhappy

Thanks for the detailed reply. I enabled Joomla sef settings, intalled sh404sef, but neither worked. I couldn't guess this would be so hard.

So I'm going to focus on Joomla code again. Thanks for the tip.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > mod_rewrite - Htaccess configuration to shorten path and parameters

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap