Posted 4 ноября, 201410 yr comment_73395 Пожалуйста, заполните .htaccess код, чтобы положить мой (I do not .htaccess)
4 ноября, 201410 yr comment_73403 А дальше мы сами должны догадаться?! Ац-система-настройки-глобальные-seo оптимизация
4 ноября, 201410 yr comment_73436 Go to ACP --> System --> Settings --> SEO Optimization --> Friendly URLs Settings. Enable "Redirect to Frendly URLs" and "Use mod_rewrite". Copy and paste this code into .htaccess file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
5 ноября, 201410 yr Author comment_73455 Go to ACP --> System --> Settings --> SEO Optimization --> Friendly URLs Settings. Enable "Redirect to Frendly URLs" and "Use mod_rewrite". Copy and paste this code into .htaccess file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Это путь не существует (This path does not exist)
5 ноября, 201410 yr comment_73466 AdminControlPanel(ACP) --> System Settings --> Search Engine Optimization --> Friendly URL Features --> Use .htaccess mod_rewrite (yes) --> and copy code .htaccess <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.