SEO friendly URLs (.htaccess)?

Try Options +FollowSymLinks RewriteEngine On RewriteRule ^folder/file/(.*)/(.*)/ /folder/file. Php? X=$1&y=$2 L RewriteRule ^folder/(.*)/ /folder/index.

Php? X=$1 L The order of the rules is important. You should always put the one with the most rules first as your way was getting to the first rule and then stopping because it was always true due to the (.*) which was capturing the file.

Thanks. But it still doesn't work. Now only the second rule works.

:/ – krysis Dec 21 '10 at 21:54 ok, nevermind. Now it works haha, thanks! – krysis Dec 21 '10 at 21:54.

RewriteRule ^folder/(.*)/$ /folder/index. Php? X=$1 L RewriteRule ^folder/file/(.*)/(.*)/$ /folder/file.

Php? X=$1&y=$2 L.

Tried it just now, but didn't work. :/ I can make either one work, but not both. – krysis Dec 21 '10 at 21:49 try using NC instead of L at the end of each rule – Piontek Media Dec 21 '10 at 22:03.

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