.htaccess tutorial

htaccess Elite


Help me i want change url

Ask your mod_rewrite and Redirection questions here, and get answers!

Help me i want change url

Postby madensri » 29 Aug 2008 07:58

i wants to use mod_redirect rule to change :

http://www.domain.com/website/?module=portfolio
to
http://www.domain.com/website/portfolio/

+++++++++++ and ++++++++++++++++

http://www.domain.com/website/?module=p ... d=3&page=2
to
http://www.domain.com/website/portfolio/3/2/

Thanks,
madensri

++++++++++ Code is ERROR ! +++++++++
# Start .htaccess mod rewrite code
RewriteEngine On
RewriteBase /website/

#RewriteRule ^([^/]+)$ ?module=$1
#RewriteRule ^([^/]+)/$ $1 [R]
madensri
 
Posts: 1
Joined: 29 Aug 2008 07:33

Return to Redirect or Rewrite Questions