Jump to content

rewrite rule


andre25

Recommended Posts

I desperately need help about this.

I have tried and looking some way out of rewrite rule, it seems ok with the site, using rewrite rule but the address appear real like not using rewrite rule in .htaccess

First it is ok, but after running several month and the database get much more data in it, the address in web browser

This is the .htaccess

RewriteEngine on
Options All -Indexes

RewriteRule ^([^/\.]+)/([^/\.]+)/?$ http://www.name.com/index.php?c=$2 [L]
RewriteRule ^content/([^/\.]+)/([^/\.]+)/?$ http://www.name.com/index.php?ct=$2 [L]
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ http://www.name.com/index.php?c=$1&p=$2 [L]
RewriteRule ^content/([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ http://www.name.com/index.php?ct=$1&pt=$2 [L]
RewriteRule ^([^/\.]+)/([^/\.]+)/page-([^/\.]+).html$ http://www.name.com/index.php?page=$3&c=$2 [L]

 

Thanks

Link to comment
Share on other sites

rewrite rules are not meant to actually change the url for you, they give a means of accessing the same page by using a "prettier" URL.

It's up to you to reconstruct your website to use those pretty urls.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.