i had made friendly url for my page, and the first Rewrite Rule was working well, but the second and other Rules are not working and show error 404 page, i try to solve this problem since last 3 days but still can not figure out, this is my last way to find out the answer! here is the details

(.htaccess file)
ForceType application/x-httpd-php
Options +FollowSymLinks
RewriteEngine On

# This Rule is working)
RewriteRule ^broker-news/(.*).*$ content?ConTitle=$1 [L]

# this is the link for first rule
<a href="broker-news/<?php echo $row_RecForexArticles; ?>">

# These Rules are not working
RewriteRule ^fundamental-analysis/(.*).*$ content.php?ConTitle=$1 [L]
RewriteRule ^forex-articles/(.*).$s content.php?ConTitle=$1 [L]
RewriteRule ^forex-news/(.*).$s content.php?ConTitle=$1 [L]

# the link
<a href="fundamental-analysis/<?php echo $row_RecForexArticles; ?>">
<a href="forex-articles/<?php echo $row_RecForexArticles; ?>">
<a href="forex-news/<?php echo $row_RecForexArticles; ?>">

and also respond error 404 page

please help!
thanks

# the link
<a href="fundamental-analysis/<?php echo $row_RecForexArticles; ?>">
<a href="forex-articles/<?php echo $row_RecForexArticles; ?>">
<a href="forex-news/<?php echo $row_RecForexArticles; ?>">

and also respond error 404 page

please help!
thanks

Provide the actual links instead of PHP code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.