Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Eric

    i am trying to add the following code.

    # Compress HTML File, CSS File, JavaScript File, Text File, XML File and Fonts
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE application/x-httpd-php
    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
    AddOutputFilterByType DEFLATE font/otf
    AddOutputFilterByType DEFLATE font/ttf

    If i remove the code, it works fine. Can you suggest me how to enable compression without getting error?

    Hi Eric.. I am facing the same problem.. So i removed the code from .htaccess. the remaining is below. Please help me to resolve this issue.
    ——————————-
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.4.18 (Unix) OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.5.31 Server at http://www.coachhire4u.com Port 80
    ——————————-

    .htacess
    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_URI} ^/customer/quote/payment/
    RewriteRule (\d+)/(\d+) http://www.coachhire4u.com/?c4u_payment_id=$1

    [L,R=301]

    RewriteRule ^index\.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    ——————————

    Thread Starter manoharan

    (@manoharan)

    i think it already has responsiveness to it.. the problem is when it is rendered in to the mobile view, the tabs are not in the right place and the form is a bit messed up. Do you know where do i have to edit? in CSS?

    Thread Starter manoharan

    (@manoharan)

    If its not possible, please let me know where to start. Like which file i have to edit to make it look nicer in mobile.

    • This reply was modified 9 years, 6 months ago by manoharan.
    Thread Starter manoharan

    (@manoharan)

    I think the developer created a new theme. Theme details: coachhire4u Version:
    By Anonymous

    Thread Starter manoharan

    (@manoharan)

    Hi Andrew,

    Many thanks for the reply. I have no contact with the theme author. Is it possible for me to edit it?

Viewing 6 replies - 1 through 6 (of 6 total)