Presta1.5.4.1Newbies Posted June 7, 2013 Share Posted June 7, 2013 Any one urgently help, please My server does not support url modification but technical support reckon to insert these in .htaccess file ============================================================================= The memory limit is already set to the limit you're requesting on our linux servers, and mod_rewrite is also enabled on all linux hosting, so it will just be a matter of working with a .htaccess file and changing write permissions to enable permalinks. The following permalink rewrite code should be included in your .htaccess file (since WordPress 3.0): # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress If your .htaccess file contains errors that bring down your site ("Internal Server Error (500)"), you will need to use FTP or your host's control panel to delete the rogue .htaccess file. If you have any further queries, please do not hesitate to reply to this email or call us on 1300 378 638. ============================================================================= I tried that but it led to server error so I enable the friendly url in back office then click "view my shop". It was automatically point to www.grandcoralaustralia.com.au/Grandcoral/en and it displayed no any page. After that turned off the friendly-url mod then it pointed to untidy url http://grandcoralaustralia.com.au/Grandcoral/index.php#.UbFiH_aFDd4. Link to comment Share on other sites More sharing options...
yaniv14 Posted June 7, 2013 Share Posted June 7, 2013 Can you post server error log, and also can you turn debug mode on in prestashop to see the reason. Maybe its files/folder permission. Link to comment Share on other sites More sharing options...
Recommended Posts