Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

SEO Problem

 
Reply
   X-Cart forums > X-Cart 5 > General questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 10-27-2017, 06:10 AM
 
geodesy geodesy is offline
    
Join Date: Oct 2017
Posts: 1
 

Question SEO Problem

can not enable clean URL
http://ipic.su/img/img7/fs/Snimokekrana2017-10-27v16.1509113237.png

what is the problem? here is my file nginx.conf
user  apache;
worker_processes 1;
error_log  /var/log/nginx/error.log warn;
pid        /var/run/nginx.pid;
events {
    worker_connections 1024;
            }
http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for"';

    access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    keepalive_timeout  65;

    #gzip  on;

    include /etc/nginx/conf.d/*.conf;
include /etc/nginx/vhosts/*/*.conf;
server {
        server_name localhost;
 disable_symlinks if_not_owner;
include /etc/nginx/vhosts-includes/*.conf;
location @fallback {
error_log /dev/null crit;
proxy_pass http://127.0.0.1:8080;
proxy_redirect http://127.0.0.1:8080 /;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
access_log off ;
}
location @handler {
        index cart.php;
        rewrite ^/sitemap.xml(\?.+)?$ /cart.php?target=sitemap;
        rewrite ^/(.*)$ /cart.php?url=$1 last;
}
location / {
        try_files $uri $uri/ @handler;
}
location ~ \.php$ {
        try_files $uri @handler;
        # be careful about your fastcgi params, don't let duplicate try_files
}
listen 80;
    }
client_max_body_size 128m;
}
__________________
X-Cart 5.3.3.4
Reply With Quote
  #2  
Old 10-30-2017, 03:53 AM
 
selectrauk selectrauk is offline
    
Join Date: Oct 2017
Location: United Kingdom
Posts: 1
 

Default Re: SEO Problem

What is the desired URL? and what is it showing as now?
__________________
X-Cart 5.3.3.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > General questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:41 AM.

   

 
X-Cart forums © 2001-2020