monkeytooth Posted October 31, 2008 Share Posted October 31, 2008 Ok, cant find a decent answer to this.. so anyone able to help me? What I have is a small problem. Parts of my clients site are indexed in search engines, and linked via bookmarks on peoples computers. We are doing and over haul on this site. But with our error logs we are noticing a lot of people going to the wrong page. They are hitting our site and leaving cause of the 404 not found error (well most of them are).. so. To fix this I want to use .htaccess to just redirect them. joblist.php?jlid=1 everything after the = is obviously the dynamic part there is about 20 of them showing up. Want it to redirect to: index.php?yb=jbrowse can anyone help me on this.. its just frustrating and htaccess really isnt my cup of tea Quote Link to comment Share on other sites More sharing options...
corbin Posted November 1, 2008 Share Posted November 1, 2008 RewriteRule ^joblist.php(.*) /index.php?yb=jbrowse Quote Link to comment Share on other sites More sharing options...
monkeytooth Posted November 3, 2008 Author Share Posted November 3, 2008 thank you Quote Link to comment 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.