Hi there,
vBulletin support have helped me with the following:
To have the forum installed in /forum, you need to actually upload the software into a directory called that. I've created that directory and moved the vBulletin files there and it's now working for you.
Announcement
Collapse
No announcement yet.
Forum installed but with no graphics, help!
Collapse
X
-
Your images are seemingly in the correct path as http://www.getrealsocial.com/images/...ons_vb_ltr.png leads to the correct image.
Your issue is with the path itself. Is your vBulletin installation located in a folder named "forum" or is it in the public_html folder?
- 1 like
Leave a comment:
-
Forum installed but with no graphics, help!
Hi all,
I have managed to install the forum to http://getrealsocial.com/forum but as you can see, there are no graphics there.
Mod Rewrite is enabled on my server.
I have renamed .htaccess and the file looks like this:
<IfModule mod_rewrite.c>
RewriteEngine On
#This file is included for Mac users, who can't see the .htaccess file. This should be renamed to .htaccess, without extension,
#when deployed to the web server.
#In some cases where you have other mod_rewrite rules, you may need to comment out the following line
#and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
#If your site was www.example.com/forum, the setting would be /forum/
#RewriteBase /
# Send css calls directly to the correct file VBV-7807
RewriteRule ^css.php$ core/css.php [NC,L]
# Redirect old install path to core.
RewriteRule ^install/ core/install/ [NC,L]
# Main Redirect
RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
# Because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/atom+xml \
text/javascript \
application/x-javascript \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/x-javascript A1209600
ExpiresByType text/javascript A1209600
ExpiresByType application/javascript A1209600
ExpiresByType text/css A31536000
ExpiresByType image/x-icon A2592000
ExpiresByType image/icon A2592000
ExpiresByType application/x-ico A2592000
ExpiresByType application/ico A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A1209600
ExpiresByType image/jpg A1209600
ExpiresByType image/png A1209600
ExpiresByType application/x-shockwave-flash A1209600
ExpiresByType font/ttf A2592000
ExpiresByType font/otf A2592000
ExpiresByType font/x-woff A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType font/truetype A2592000
ExpiresByType font/opentype A2592000
ExpiresByType application/x-font-woff A2592000
ExpiresByType application/vnd.ms-fontobject A2592000
</IfModule>
<IfModule mod_headers.c>
Header set Connection keep-alive
<filesmatch "\.(ico|flv|gif|swf|eot|woff|otf|ttf|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
<filesmatch "\.(jpg|jpeg|png)$">
Header set Cache-Control "max-age=1209600, public"
</filesmatch>
<filesmatch "\.(eot|woff|otf|ttf|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
# css and js should use private for proxy caching https://developers.google.com/speed/...geProxyCaching
<filesmatch "\.(css)$">
Header set Cache-Control "max-age=31536000, private"
</filesmatch>
<filesmatch "\.(js)$">
Header set Cache-Control "max-age=1209600, private"
</filesmatch>
</IfModule>
Any help much appreciated!
RossTags: None
Related Topics
Collapse
-
by ahwebdesignGreetings:
I recently installed the vBullentin. after following the online manual the outcome isn't what i expected. I believe there's a css directory path issue.
Please review the...-
Channel: vBulletin 5 Installs & Upgrades
Sat 17 Aug '13, 6:20pm -
-
by -Maxthon-Hi,
When I try to install (after making the config.php file) I see a white page: http://www.gasforum.be ...
I think that there is something wrong with my .htacces file? Correct?...-
Channel: Support Issues & Questions
Sat 31 May '14, 1:23am -
-
by uncle fuzzySomehow my Board blew up. When I go to the Board, I get a screen like that shown below. Logging on as Administrator doesn't help. There seems to be no way to get back into the admin panel to fix things....1 Photo
-
Channel: Support Issues & Questions
Tue 13 Mar '18, 11:29am -
-
by Emad ELsayedHello
myforum has the main directory to this path
https://forum.com/
I can not access any subfolder
ex: https://forum.com/folder
This message appears...-
Channel: Support Issues & Questions
Sun 18 Mar '18, 12:11am -
-
by sergiomcHello, first i upgrade 4.2 to 5.0.2
Then cheack and no redirect to v5
Then change codes in both htaccess
Now for error i have same code in htaccess of myforum.com/...-
Channel: vBulletin 5 Upgrades
Thu 30 May '13, 7:00pm -
Leave a comment: