Jump to content

MJPMalc

Member
  • Posts

    78
  • Joined

  • Last visited

Posts posted by MJPMalc

  1. In Google chrome viewing the elements code it says this?

    https://www.mjpcomputerservices.co.uk/shop/shop/images/logos/bdg_payments_by_pp_2line.png

    Failed to load resource: the server responded with a status of 404 (Not Found)
    https://www.mjpcomputerservices.co.uk/shop/shop/images/logos/AM_SbyPP_mc_vs_ms_ae_UK2.png

    Failed to load resource: the server responded with a status of 404 (Not Found)

    The images are there because they show on other pages?

    if you click on the links above they say not found.

    Just found it inserts --shop-- twice--see above.

  2. It's images I have added -- SSL Logo and Paypal images, I have added them into copyright part in admin control panel?

    It's images I have added -- SSL Logo and Paypal images, I have added them into copyright part in admin control panel?

    SSL Logo is fine now I moved it to top left, but the images for payment/paypal in the bottom left only show on some pages??

  3. Reading this on hosting website control panel---

    We have mapped the URL:-

    https://web43.secure-secure.co.uk/mjpcomputerservices.co.uk/ to http://www.mjpcomputerservices.co.uk

    Please note the s in https.

    This means that any files that are hosted on your main website can also be loaded securely, just link to this URL when you need to securely load a page.

    This appears to be a method to provide a shared SSL - never been a good idea and if you want to use SSL (as all stores should) then why not simply purchase and install your own - they are very cheap these days

    Ian

    I have SSL now---BUT some images do not show and some images do! 

  4. Hello,

    After a crash course in server code(Late night) it WORKS!!!, I changed this marked in red :----

    ## File Security
    <FilesMatch ".(htaccess)$">
     Order Allow,Deny
     Deny from all
    </FilesMatch>


    #### Apache directory listing rules ####
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *


    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d

      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*).html?$ /mjpcomputerservices.co.uk/shop/index.php?seo_path=$1 [L,QSA] <---Added this part
    </IfModule>

  5. The above post --where is httpd.conf file-? I can't find it!!

     

    By default, the Apache2 installation on Arch Linux will not have the mod_rewrite module loaded so it'll need un-commenting in the httpd.conf file. Then give the service a restart...

    sudo systemctl restart httpd 
    

    ..and you are good to go. 

×
×
  • Create New...