Thank you.
Thank you.
Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
# compress text, HTML, JavaScript, CSS, and XML
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
RewriteCond %{REQUEST_URI} !/phpinfo\.php
It sounds like there may be a configuration issue with your Oxwall installation. Here are a few things you can try to resolve the issue:
Check the Oxwall settings: Make sure that the settings for photo and video privacy are set up correctly. You can check this by going to the "Privacy" section of your account settings. Make sure that you have set your privacy settings to allow your friends to view your photos and videos.
Clear your browser cache: Sometimes, your browser's cache can interfere with the display of images and videos. Try clearing your browser cache and refreshing the page to see if this resolves the issue.
Check for any plugins or themes that may be causing the issue: If you have recently installed a new plugin or theme, it's possible that this may be interfering with the display of your photos and videos. Try disabling any new plugins or themes to see if this resolves the issue.
Contact Oxwall support: If none of the above solutions work, you may want to reach out to Oxwall support for further assistance. They may be able to provide additional guidance on how to resolve the issue with your video thumbnails.
Regards,
Rachel Gomez