How to rewrite url using mod_rewrite?

Yes, you can, you must put this code in . Htaccess file enable mod rewrite RewriteEngine On RewriteRule ^/news/articles. Php?

Id=(0-9+)&category=(a-zA-Z+)&title=(a-zA-Z+)$ /news/articles/$2/$1_$3 You must mention the ID in the URL so it looks like: domain.com/news/articles/investments $IDHERE_securing-your-future-making-the-right-investment Good luck.

Yes, you can, you must put this code in . Htaccess file. #enable mod rewrite RewriteEngine On RewriteRule ^/news/articles.

Php? Id=(0-9+)&category=(a-zA-Z+)&title=(a-zA-Z+)$ /news/articles/$2/$1_$3 You must mention the ID in the URL so it looks like: domain.com/news/articles/investments/$ID... Good luck.

Add something like this to your . Htaccess file: ^/news/articles/(0-9+)/(.*)$securing-your-future-making-the-right-investment$ /news/articles. Php?

Id=$1&category=$3s&title=$2 L Don't know about the $3, but category doesn't seem to be present in the url you listed so I guess it isnt needed. This should make it work ;).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions