1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Joomla 2.5 URL rewrite

Discussion in 'Joomla' started by anil2009, Feb 25, 2012.

  1. #1
    anil2009, Feb 25, 2012 IP
    vnrock likes this.
  2. Sai Khum

    Sai Khum Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You'll have to use SH404 or similar component to be able to do like that. I think built-in SEF is already doing well. Looking for SEF components in the Joomla extensions directory.
     
    Sai Khum, Feb 26, 2012 IP
  3. rgblogs

    rgblogs Active Member

    Messages:
    239
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Hello

    I can help you. I am also working on Joomla 2.5 platform. It is really good.

    What you can do is install JoomSEF Component. After installing, you can PM me I will tell you how can you change this.
     
    rgblogs, Feb 26, 2012 IP
  4. nicolasmith501

    nicolasmith501 Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    dear rgblogs please your solution here for all users
    thank you
     
    nicolasmith501, Feb 27, 2012 IP
  5. frances127

    frances127 Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Dear anil2009 It will be difficult for you if you don't use extensions and plugins. You must know well about the code to edit them. You can search it on Google. But why do you not want to do the extension?
     
    frances127, Mar 8, 2012 IP
  6. byybora

    byybora Well-Known Member

    Messages:
    183
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    105
    #6
    You can do that by adding the items to a menu without using extensions and plugins.
     
    byybora, Mar 8, 2012 IP
  7. lamvt

    lamvt Active Member

    Messages:
    153
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #7
    use 3rd SEF extensions like JoomSEF or SH404SEF

    Or you can hack Router of joomla
    Rgr
     
    lamvt, Mar 9, 2012 IP
  8. Harvey51

    Harvey51 Peon

    Messages:
    22
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can use htaccess redirects to remove the menuitem/menuitem/ from the URL.

    RewriteCond %{REQUEST_URI} !^/menuitem/.*$
    RewriteRule ^(.*)$ /menuitem/$1 [L]

    OR

    RewriteCond %{REQUEST_URI} !^menuitem/menuitem/.*$
    RewriteRule ^(.*)$ menuitem/menuitem/$1 [L]
     
    Harvey51, Mar 9, 2012 IP
    dtlich2 likes this.
  9. vnrock

    vnrock Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    dear rgblogs please your solution here for all users
    thank you
     
    vnrock, Apr 7, 2012 IP
  10. sharif_srs

    sharif_srs Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    When i copy and page this it's got 500 internal server error.
    Please help me.
     
    sharif_srs, Nov 25, 2012 IP
  11. darinl

    darinl Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Go to Administrator >>> Global Configuration in right find [FONT=Arial, Helvetica, sans-serif][/FONT]SEO Settings than Use URL rewriting choose Yes and go to joomla directory
    htaccess.txt
    change to
    .htaccess

    and save Global Configuration
     
    darinl, Dec 11, 2012 IP