Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter cars.wahab

    (@carswahab)

    this is all what i see..

    text/x-generic .htaccess ( UTF-8 Unicode text )
    # BEGIN WpFastestCache
    # Modified Time: 19-07-22 17:00:59
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^golive.ae
    # Start WPFC Exclude
    RewriteCond %{REQUEST_URI} !login [NC]
    # End WPFC Exclude
    # Start_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=golive
    # End_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP_HOST} ^golive.ae
    RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WP_FASTEST_CACHE_CSS_VALIDATOR|Twitterbot|LinkedInBot|WhatsApp|Mediatoolkitbot)
    RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !comment_author_
    RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /home/goliveae/public_html/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    ##### mobile #####
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^golive.ae
    # Start WPFC Exclude
    RewriteCond %{REQUEST_URI} !login [NC]
    # End WPFC Exclude
    # Start_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=golive
    # End_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP_HOST} ^golive.ae
    RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WP_FASTEST_CACHE_CSS_VALIDATOR|Twitterbot|LinkedInBot|WhatsApp|Mediatoolkitbot)
    RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !comment_author_
    RewriteCond %{HTTP:Cookie} !safirmobilswitcher=masaustu
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/wpfc-mobile-cache/$1/index.html -f [or]
    RewriteCond /home/goliveae/public_html/wp-content/cache/wpfc-mobile-cache/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/wpfc-mobile-cache/$1/index.html” [L]
    ##### mobile #####
    </IfModule>
    <FilesMatch “index\.(html|htm)$”>
    AddDefaultCharset UTF-8
    <ifModule mod_headers.c>
    FileETag None
    Header unset ETag
    Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
    Header set Pragma “no-cache”
    Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”
    </ifModule>
    </FilesMatch>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddType x-font/woff .woff
    AddType x-font/ttf .ttf
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE x-font/ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch “\.(webm|ogg|mp4|ico|pdf|flv|avif|jpg|jpeg|png|gif|webp|js|css|swf|x-html|css|xml|js|woff|woff2|otf|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.c>
    AddType application/font-woff2 .woff2
    AddType application/x-font-opentype .otf
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType video/webm A10368000
    ExpiresByType video/ogg A10368000
    ExpiresByType video/mp4 A10368000
    ExpiresByType image/avif A10368000
    ExpiresByType image/webp A10368000
    ExpiresByType image/gif A10368000
    ExpiresByType image/png A10368000
    ExpiresByType image/jpg A10368000
    ExpiresByType image/jpeg A10368000
    ExpiresByType image/ico A10368000
    ExpiresByType image/svg+xml A10368000
    ExpiresByType text/css A10368000
    ExpiresByType text/javascript A10368000
    ExpiresByType application/javascript A10368000
    ExpiresByType application/x-javascript A10368000
    ExpiresByType application/font-woff2 A10368000
    ExpiresByType application/x-font-opentype A10368000
    ExpiresByType application/x-font-truetype A10368000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=A10368000, public”
    Header unset ETag
    Header set Connection keep-alive
    FileETag None
    </IfModule>
    </FilesMatch>
    # END LBCWpFastestCache
    # BEGIN WEBPWpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_ACCEPT} image/webp
    RewriteCond %{REQUEST_URI} \.(jpe?g|png)
    RewriteCond %{DOCUMENT_ROOT}/$1.webp -f [or]
    RewriteCond /home/goliveae/public_html/$1.webp -f
    RewriteRule ^(.*) “/$1.webp” [L]
    </IfModule>
    <IfModule mod_headers.c>
    Header append Vary Accept env=REDIRECT_accept
    </IfModule>
    AddType image/webp .webp
    # END WEBPWpFastestCache

    # BEGIN WordPress
    # The directives (lines) between “BEGIN WordPress” and “END WordPress” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    # php — BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php74” package as the default “PHP” programming language.
    <IfModule mime_module>
    AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
    </IfModule>
    # php — END cPanel-generated handler, do not edit

    Thread Starter cars.wahab

    (@carswahab)

    This is my test site. This is where i off all plugins and change themes safely before applying the fix on the main site. I have contacted my hosting and there is no any password protected files. Or maybe they haven’t checked further. Please advise if u face same

    Thread Starter cars.wahab

    (@carswahab)

    screen shot link

    please see link of screenshot

    Thread Starter cars.wahab

    (@carswahab)

    hi i have deactivated all plugins and changed themes as well. but still there is error

    Thread Starter cars.wahab

    (@carswahab)

    hi i tried removing but still not showing field, only label

    Thread Starter cars.wahab

    (@carswahab)

    dear please help, issue is really making our site not effective, we are receiving complains that when they try to AD POST, they are always redirected to login page and then when they login, still redirecting again. please advise sooon

    Thread Starter cars.wahab

    (@carswahab)

    hi can you please help me if possible how to achieve it? i would appreciate your help..

    cars.wahab

    (@carswahab)

    yes please show balance amount on header near user profile.

    Forum: Plugins
    In reply to: [Gravity PDF] link on image
    Thread Starter cars.wahab

    (@carswahab)

    Hi jake, thank you for your reply but i think you misunderstood me. I am putting image on the footer like PAY NOW image wherein it is supposed to have link but it is not working. But if i will put a text with link then its working. Please teach me how put link on image

    Forum: Plugins
    In reply to: [Gravity PDF] BOLD TEXTS
    Thread Starter cars.wahab

    (@carswahab)

    Hi it is raleway size 10 , template is focus gravity.

    Thread Starter cars.wahab

    (@carswahab)

    i am using GravityForms SMS Pro. I havent tried using any shortcode to send to sms notification but i only use merge tags

    Thread Starter cars.wahab

    (@carswahab)

    hi ovan, have you heard any response from the developer? ??

    Thread Starter cars.wahab

    (@carswahab)

    ovaaaannnnnn, thank you :))))))))

    Thread Starter cars.wahab

    (@carswahab)

    is it possible to hide it on CSS on specific user only? i just recently expired my license in gform ??

    Thread Starter cars.wahab

    (@carswahab)

    yes please, calculate it vertically ??

Viewing 15 replies - 1 through 15 (of 24 total)