|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Mod Rewriting vBulletin 2.x URL's
I have an install and want to do two things.
First and most importantly is to remove the session ID from the URL. Secondly it to make the URL's a bit more friendly to search engines. The problem is that the URL code is automatically generated by vBulletin. Is there a way to rewrite outgoing URL's, or do I need to do some editing in the code to change the URL the forum dynamically produces.
__________________
Norics.com Web Developer Community |
|
#2
|
||||
|
||||
|
Please be sure to post in the correct forum in the future.
You will need to modify the links in the vBulletin templates yourself (eg, /176817/showthread.html). You then use mod_rewrite to transparently rewrite those URLs back to how the vBulletin scripts wants them (/showthread.php?t=176817). If you get to the point where you have a specific question about mod_rewrite and/or a rewrite rule, post in the Apache forum.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
I didn't know this forum existed, guess I'll have to refamilarise myself with it.
Anyways, thanks for the answer, I should be able to get it working with that. One question though, if you know. Will removing the session ID from the URL cause any problems with the board? |
|
#4
|
||||
|
||||
|
The session ID should only be visible when the user does not allow cookies. I know when I come here before I'm logged in, the session ID shows in the URL. But once I log in, it disappears. Are you having a different experience? It could be something in the board settings.
Last edited by jharnois : September 9th, 2004 at 04:11 PM. Reason: Unsubscribed. |
|
#5
|
|||
|
|||
|
I've just been going into the templates and removing them manually. So far everything is working fine and there aren't any weird bugs.
P.S. Do you know which template controls this page http://www.norics.com/f24.html |
|
#6
|
|||
|
|||
|
is there any mod/addon available for this?
|
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Mod Rewriting vBulletin 2.x URL's |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|