Post: Remove .php extension from URL?
05-26-2011, 05:11 AM #1
.RAMBO
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); I got vBulletin installed and the URL has a .php extension. How can I remove this without affecting anything on the website?
(adsbygoogle = window.adsbygoogle || []).push({});
05-26-2011, 05:39 AM #2
Nero.
Space Ninja
Originally posted by HavoK
I got vBulletin installed and the URL has a .php extension. How can I remove this without affecting anything on the website?


whats the point of removing it?
05-26-2011, 05:40 AM #3
.RAMBO
Banned
Originally posted by austinr00 View Post
whats the point of removing it?


It looks way better. And its easier to link... Do you know how?
05-26-2011, 05:52 AM #4
Nero.
Space Ninja
Originally posted by HavoK
It looks way better. And its easier to link... Do you know how?

you can't lol whats really the point though?
like how is it easier to link?
05-26-2011, 06:02 AM #5
gola
OVER 9000!
Originally posted by HavoK
It looks way better. And its easier to link... Do you know how?


Just connect to FTP on your server and rename the files.. will probably mess up links though.
05-26-2011, 06:03 AM #6
Default Avatar
Cammy
Guest
Originally posted by .GOLAGODA View Post
Just connect to FTP on your server and rename the files.. will probably mess up links though.


Even if you rename them it'll still be the same, you can't change the file extension without breaking everything :p
05-26-2011, 06:11 AM #7
The configs are made to read the .php files, if they arent there then neither will your forum.

If you want to make your forums homepage URL shorter then take out /vbulletin/. Move everything out of that folder and put it into /public_html/. That way you can connect to your forum using just the domain:
    
www.domain.co.cc
05-26-2011, 02:06 PM #8
Originally posted by HavoK
I got vBulletin installed and the URL has a .php extension. How can I remove this without affecting anything on the website?


use an iframe
    
<div style="position:absolute;top 0;right 0;width:100%;height:100%">
<iframe src="https://www.domain.com/forum/index.php" width="100%" height="100%" />
</div>

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo