vBulletin mod_rewrite

Reply

Join Date: Sep 2004
Posts: 7
Reputation: nkisberg2000 is an unknown quantity at this point 
Solved Threads: 0
nkisberg2000 nkisberg2000 is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #71
Sep 11th, 2004
I wonder if Ted can write full instructions, e.g take the appropriate bits of cscgal's and put them into one set of instructions, I seem to think I've failed somewhere as i've got confused on which instructions to use.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 6
Reputation: aussie is an unknown quantity at this point 
Solved Threads: 0
aussie aussie is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #72
Sep 11th, 2004
As I require this to work, I've now posted this as a paid project at http://www.scriptlance.com/

If, interested, search for:

Mod_rewrite For Htaccess


Thank you.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 1
Reputation: Magicspark is an unknown quantity at this point 
Solved Threads: 0
Magicspark Magicspark is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #73
Sep 18th, 2004
Hi cscgal,

first, very nice tutorial - thank you so much.

On DaniWeb, I've only bothered to add rewritten multiple pages to the forum listings and not to the actual threads. This is because it's important for google to spider the multiple forum pages to find links to all of the threads on DaniWeb, but it's not important for people to find the middle of threads through google - I'd rather them get the full benefit and only find the first page - after all, that's the one with the google ad and that's also the one that makes the most sense to initially read.
Can you please post the code you used to get the multiple pages for forum listings working?

Cheers,

Magicspark
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 6
Reputation: ToOnZ is an unknown quantity at this point 
Solved Threads: 0
ToOnZ ToOnZ is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #74
Sep 21st, 2004
Hi i got a broken link, can i know where to edit it ?

On page http://www.sgwebhostingtalk.com/f28-...lications.html
when you click on "MAIN DISCUSSION",
the link to http://www.sgwebhostingtalk.com/forum1.html
gives the error: Not found.

Happens for all the links on that area, Thanks.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 14
Reputation: xStylezx is an unknown quantity at this point 
Solved Threads: 0
xStylezx xStylezx is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #75
Sep 24th, 2004
Hello,thanks for all the great info in this thread.I seem to be having a problem with 404's on the index page just as previously stated in the thread by someone else.I havent quite been able to figure this out yet so if someone could possibly give me a hand id appreciate it

http://www.non-chalant.com/forum

If you need any extra info let me know,thanks.

Oh,another point,on some of the threadbit edits(particulary step 2)i had a problem with that edit just not existing in my template.As well on Step 7 there was only one instance of the code needing edited and it was stated to be 2.Also there was no accesskey 1 on the end of the only edit of Step 7 i found.Not positive if this has any bearing on my problem or not.I have edited some of my templates previously to make the forum more SEO friendly.Thanks again for the help
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 14
Reputation: xStylezx is an unknown quantity at this point 
Solved Threads: 0
xStylezx xStylezx is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #76
Sep 24th, 2004
Ok,got the index 404 problem figured out myself.Now im having a 404 when i click on an actual thread(forumdisplay).I shall see if i can work this out myself but if anyone has any advice please clue me in as im going at this practicly blind :mrgreen:
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 18
Reputation: tekkitan is an unknown quantity at this point 
Solved Threads: 0
tekkitan tekkitan is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #77
Sep 24th, 2004
awesome mod! works perfectly on my forum! Thanks csgal and Ted!
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 14
Reputation: xStylezx is an unknown quantity at this point 
Solved Threads: 0
xStylezx xStylezx is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #78
Sep 24th, 2004
Alright,no luck so far in figuring out why im getting the 404's when trying to click on a thread.Ive checked some obvious things that would seem to effect it,still 404's.

If anyone could give me a point in the right direction and/or tell me what could be the root of this,im sure i could hack it out
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,053
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 131
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: vBulletin mod_rewrite

 
0
  #79
Sep 24th, 2004
Can you provide your URL please and also copy/paste your .htaccess here
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 14
Reputation: xStylezx is an unknown quantity at this point 
Solved Threads: 0
xStylezx xStylezx is offline Offline
Newbie Poster

Re: vBulletin mod_rewrite

 
0
  #80
Sep 24th, 2004
Sure.My url is http://non-chalant.com/forum
And the .htaccess is,
  1. RewriteEngine On
  2. Options +FollowSymLinks
  3. RewriteRule ^t([0-9]+)-(.*).html$ showthread.php?t=$1 [L]
  4. RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L]
  5. RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L]
  6. RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]

Thanks alot for the help
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC