2013-05-12, 07:24:00
Hi,
I use gs 3.1.2
.htaccess
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+);(\d+).html$ index.php?id=$1&page=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]
Custom Permalink Structure: %slug%.html
in this configuration, the link takes the form "/link.html;2" and result not found
if default (empty) gs permalink structure and correct .htaccess that works correctly.
what needs to be done to link was correct "/link;2.html" with %slug%.html
I use gs 3.1.2
.htaccess
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+);(\d+).html$ index.php?id=$1&page=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]
Custom Permalink Structure: %slug%.html
in this configuration, the link takes the form "/link.html;2" and result not found
if default (empty) gs permalink structure and correct .htaccess that works correctly.
what needs to be done to link was correct "/link;2.html" with %slug%.html