http://seo.mysite.com/details.php?id=n
-----------------------------------------------
here n =1,2,3,..............
i want redirect it just like this
http://seo.mysite.com/details/idn
or
it will be better
http://seo.mysite.com/details/title.html
here title of specific id's
please do this using database.
I think it will be challenge for u
can anyone help me?
Dynamic URL rewriting using php and htaccess
Moderator: General Moderators
-
- Forum Newbie
- Posts: 2
- Joined: Sat Oct 05, 2013 4:49 am
-
- Forum Newbie
- Posts: 2
- Joined: Sat Oct 05, 2013 4:49 am
Re: Dynamic URL rewriting using php and htaccess
I want help from Moderators.
thanks.
thanks.
Re: Dynamic URL rewriting using php and htaccess
It doesn't look like you want help at all, it looks like you want someone to do your homework for you. What have you tried so far? Show us your code. Where are you running into problems? What errors are you getting?
-
- Forum Newbie
- Posts: 1
- Joined: Thu Mar 27, 2014 2:46 am
Re: Dynamic URL rewriting using php and htaccess
Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteRule page-id-(.*)\.html$ page.php?id=$1