The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
ok, I'm getting closer in solving this one...
It seems that when you click on a thread or post, it includes the thread id AND the thread header in.... not sure why... If I remove the thread header and just have the post ID, it works... EG: http://www.ozaudi.com/forums/showthr...I-install-themcompared to me just typing in: http://www.ozaudi.com/forums/showthread.php?28609....which works fine..... Any ideas how to turn this off so it doesn't include the thread header ? |
#12
|
||||
|
||||
Have you checked with your host to see if this is a mod_security issue on their end? Like I said, it works fine for me on my site.
|
#13
|
|||
|
|||
no I haven't, not sure what to ask them :-)
The same content worked fine in vbuleltin 3.8..... had to upgrade the other day as we got hacked badly (actually removed the sql database!), so it was time to upgrade... --------------- Added [DATE]1280362724[/DATE] at [TIME]1280362724[/TIME] --------------- I've actually got 4 other boards with the same probelm. They were upgraded many months ago, some were new boards, but all with the same issue...... It's got to be a setting somewhere, just need to find it :-) --------------- Added [DATE]1280363078[/DATE] at [TIME]1280363078[/TIME] --------------- Quote:
|
#14
|
||||
|
||||
I was getting these errors also and it turned out they needed to whitelist me on some mod_security rules.
|
#15
|
|||
|
|||
ok, thanks. I'll check with the hoster and see what they/I can come up with.
Many thanks for your help :-) |
#16
|
||||
|
||||
Please let me know what you find out from them.
|
#17
|
|||
|
|||
Can you post your ".htaccess"
|
#18
|
|||
|
|||
respone from hosting site:
im afraid we dont permit adjustmnents of the php.ini file anymore on a site by site basis having said that the memory limit is 96Mb and Max Post size is 32Mb and there should be no need for any higher values They did give me the option to upgrade the plan to my own VM instance where I can change the details. .htaccess reads: <ifModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 1 seconds" ExpiresByType image/gif "access plus 2592000 seconds" ExpiresByType image/jpeg "access plus 2592000 seconds" ExpiresByType image/png "access plus 2592000 seconds" ExpiresByType text/css "access plus 604800 seconds" ExpiresByType text/javascript "access plus 216000 seconds" ExpiresByType application/x-javascript "access plus 216000 seconds" </ifModule> <ifModule mod_headers.c> <filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$"> Header set Cache-Control "max-age=259200, public" </filesMatch> <filesMatch "\\.(css)$"> Header set Cache-Control "max-age=604800, public" </filesMatch> <filesMatch "\\.(js)$"> Header set Cache-Control "max-age=21600, private" </filesMatch> <filesMatch "\\.(xml|txt)$"> Header set Cache-Control "max-age=21600, public, must-revalidate" </filesMatch> <filesMatch "\\.(html|htm|php)$"> Header set Cache-Control "max-age=1, private, must-revalidate" </filesMatch> </ifModule> <ifModule mod_headers.c> Header unset ETag </ifModule> FileETag None <ifModule mod_headers.c> Header unset Last-Modified </ifModule> RewriteEngine on <Files 403.shtml> order allow,deny allow from all </Files> #SecFilterEngine Off #SecFilterScanPOST Off deny from 138.217.44.200 deny from 203.217.29.248 deny from 147.10.7.6 RewriteCond %{HTTP_HOST} ^ozaudi.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ozaudi.com$ RewriteRule ^/?$ http://www.ozaudi.com/forums/index.php [R=301,L] RewriteCond %{HTTP_HOST} ^ozaudi.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ozaudi.com$ RewriteRule ^nuke/?$ http://www.ozaudi.com/forums/index.php [R=301,L] Most of the top stuff added today to see if it would help. |
#19
|
|||
|
|||
Try adding this to the bottom
Code:
# Forum RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^blogs/.* blog.php [QSA] ReWriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] |
#20
|
|||
|
|||
i was just reading this over ...where it is showing the post name ..that looks like eithersetting in vbulletin 4. I have seen vbulletin 4 built is seo cause issues. I would shut that off first or change how it is behaving. I would do this before i would do any .htaccess rules.
it is in vbulletin options - server setting and optimization settings I would actually go there and set friendly urls to standard urls and see if that fixes your issue. I think it will.. If not it is one of those settings in friendly url or somewhere in that section. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|