Jump to content

Featured Replies

comment_73403

А дальше мы сами должны догадаться?!

Ац-система-настройки-глобальные-seo оптимизация

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>
  • 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) :shake:

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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.