csreso Posted June 28, 2007 Share Posted June 28, 2007 Hi I don't have a clue what I doing regarding,MOD. Can some out there help me please? I have dynamic Job website, I want the search engine to scan my site. Here is what I have as a MOD, in my .htaccess. Options +FollowSymLinks RewriteEngine on RewriteRule ^srch/([^/\.]+)/?$ index.php?srch=$1 [L] RewriteRule ^([^/]*)\.html$ $1.php?%{QUERY_STRING} [NC] RewriteRule ^info-([0-9]*).html info.php?task=job&id=$ These are the dynamic pages I have on the site... http://www.mysite/info.php?jobid=18 http://www.mysite/resource.php?resourceid=3&titleid=1 http://www.mysitemysite/help.php#1 http://www.mysite/article.php?articleid=8&titleid=1 How do I put them into RewriteRule Thanks Quote Link to comment https://forums.phpfreaks.com/topic/57601-enable-module-rewrite/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.