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
https://forums.phpfreaks.com/topic/260445-rewrite-rule/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.