I want to make SEO friendly URLS, how can I make it with .htaccess?
Currently I have my website like this:-
http://www.mywebsite...p?sid=1&recat=3
but I want it to look like this:
http://www.mywebsite.../Name-Of-Review
I would like it something like that or similar. Can anyone help me please?
Thanks
htaccess SEO friendly URL
Started by TcM, Jun 14 2007 03:09 AM
4 replies to this topic
#1
Posted 14 June 2007 - 03:09 AM
|
|
|
#2
Guest_Jordan_*
Posted 14 June 2007 - 05:59 AM
Guest_Jordan_*
#3
Posted 14 June 2007 - 06:08 AM
Thanks I'm going to read it right now. Will tell you if I find what I want.
#4
Posted 14 June 2007 - 06:31 AM
Nope it did not work, currently my htaccess has these lines:-
and it seems like i have to add something like this:-
but didn't work. can anyone help please?
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^finditglobally.com [nc]
rewriterule ^(.*)$ http://www.finditglobally.com/$1 [r=301,nc]
and it seems like i have to add something like this:-
RewriteRule ^index.php?cat=(.*)$ /staticpage.htm [L,R=301]
but didn't work. can anyone help please?
#5
Posted 15 June 2007 - 07:42 AM
Ok no problems, I made it work. Has some minor problems.. just lack of .htaccess knowledge lol. but now I'm trying another method.


Sign In
Create Account


Back to top









