Jump to content
xisto Community

Sarkara

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. ok finally i'm trying to use these rewrite rules: RewriteRule index/option/(.*)/view/(.*)/id/(.*)/catid/(.*)/Itemid/(.*)/lang/(.*)/ index.php?option=$1&view=$2&id=$3&catid=$4&Itemid=$5<=$6RewriteRule index/option/(.*)/view/(.*)/id/(.*)/catid/(.*)/Itemid/(.*)/lang/(.*) index.php?option=$1&view=$2&id=$3&catid=$4&Itemid=$5<=$6 RewriteRule index/option/(.*)/view/(.*)/id/(.*)/ index.php?option=$1&view=$2&id=$3RewriteRule index/option/(.*)/view/(.*)/id/(.*) index.php?option=$1&view=$2&id=$3but they don't seem to be working as i want them to...any clues?
  2. I've looked at this website yesterday and it to doesn't give me the information i need. i'm using RewriteRule ^([^.]+)\.html$ $1.php [L] to rewrite the php of these urls: index.php?option=com_content&view=article&id=1index.php?option=com_content&view=category&id=13index.php?option=com_content&view=section&id=1to look more like a html hierachrical structure.. :/index.php/en/component/content/article/6-web-marketing/75-organic-website-submission-and-search-engine-optimization-seo.html maybe what i'm trying to is more complicated because i'm using a cms.
  3. Unfortunatly what i need is a rewrite and not a redirect. I need to follow seo protocols for the company i'm working for. Any tips or help on rewrite?
  4. Ok guys i have a question. i'm using joomla and i need to change the urls from looking like: index.php?option=com_content&view=article&id=1 index.php?option=com_content&view=category&id=13 index.php?option=com_content&view=section&id=1to nice looking html extensions...I'm relativlely new to htaccess and sort of a noob at this.. any help will be much appreciated
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.