nick927
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Permalinks problemI finally find out what the problem was. In my VirtualHost file, I had the option : AllowOverride None (on my website folder).
That means that .htaccess file were ignored.
I changed it with : AllowOverride All
So now URL can be modified by Apache mod_rewrite using the rules in the .htaccess file.Forum: Plugins
In reply to: [WooCommerce] Permalinks problemOkay, thank you for your help !
Forum: Plugins
In reply to: [WooCommerce] Permalinks problemWhat can I do to have them supported ? Should I change some options in my virtualhost file ?
Forum: Plugins
In reply to: [WooCommerce] Permalinks problemThey work only when I choose the “simple” permalink option for the article. When I select another choice, I get a 404 error.
Forum: Plugins
In reply to: [WooCommerce] Permalinks problemSorry for the lack of information.
The website is not online already I’m working on it only on my computer.
The system status report :### WordPress Environment ### Home URL: http://test.local Site URL: http://test.local WC Version: 2.6.1 Log Directory Writable: ❌ Pour permettre les logs rendez /home/nico/www/test/wp-content/uploads/wc-logs/ accessible en écriture ou définissez un WC_LOG_DIR personnalisé. WP Version: 4.5.3 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: ✔ WP Cron: ✔ Language: fr_FR ### Server Environment ### Server Info: Apache/2.4.18 (Ubuntu) PHP Version: 7.0.4-7ubuntu2.1 PHP Post Max Size: 8 MB PHP Time Limit: 30 PHP Max Input Vars: 1000 cURL Version: N/A SUHOSIN Installed: – MySQL Version: 5.7.12 Max Upload Size: 2 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ❌ Votre serveur n’a pas la classe SoapClient activée - certaines extensions de passerelle utilisant SOAP peuvent ne pas fonctionner correctement. DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 2.6.1 : woocommerce_sessions: ✔ woocommerce_api_keys: ✔ woocommerce_attribute_taxonomies: ✔ woocommerce_downloadable_product_permissions: ✔ woocommerce_order_items: ✔ woocommerce_order_itemmeta: ✔ woocommerce_tax_rates: ✔ woocommerce_tax_rate_locations: ✔ woocommerce_shipping_zones: ✔ woocommerce_shipping_zone_locations: ✔ woocommerce_shipping_zone_methods: ✔ woocommerce_payment_tokens: ✔ woocommerce_payment_tokenmeta: ✔ MaxMind GeoIP Database: ❌ La base de données GeoIP de MaxMind n’existe pas - La géolocalisation ne fonctionnera pas. Vous pouvez la télécharger et l’installer manuellement à partir de http://dev.maxmind.com/geoip/legacy/geolite/ depuis : ### Active Plugins (2) ### WooCommerce: par WooThemes – 2.6.1 WP Log Viewer: par Maxwell Berkel – 1.0.5 ### Settings ### Force SSL: – Currency: DZD (د.ج) Currency Position: right Thousand Separator: . Decimal Separator: , Number of Decimals: 2 ### API ### API Enabled: ✔ ### WC Pages ### Base Boutique: #4 - /boutique/ Panier: #5 - /panier/ Commande: #6 - /commande/ Mon Compte: #7 - /mon-compte/ ### Taxonomies ### Product Types: external (external) grouped (grouped) simple (simple) variable (variable) ### Theme ### Name: Storefront Version: 2.0.4 Author URL: https://www.woothemes.com Child Theme: ❌ – Si vous modifiez WooCommerce sur un thème parent que vous n’avez pas construit personnellement nous vous recommandons d’utiliser un thème enfant. Voir : Comment créer un thème enfant WooCommerce Support: ✔ ### Templates ### Overrides: –Thanks for your help
Forum: Plugins
In reply to: [WooCommerce] Permalinks problemThanks for your response,
Yes, I’ve tested with a new installation of wordpress, I only installed a woocommerce compatible theme (store front) and woocommerce plugin. There are no other plugins installed …