Welcome Guest, Not a member yet? Register   Sign In
URL rewrite problem On 1and1.com
#1

[eluser]Unknown[/eluser]
Please check the below sites:

Live site:
http://xclusiv.ca/

Redirected URL on our live server but it shows page id and all:
http://xclusiv.ca/xclusive/index/page_id/1

our development server:
http://montodesigns.com/projects/xclusiv/
on our server there is URL redirecting is working fine

Redirected URL on our development server:
http://montodesigns.com/projects/xclusiv/about-xclusiv

but on live server its not working as we have done all settings.

our .htaccess file attached here and also what is issue that also....

Please provide us or send us permalinks settings for this live website and also how to set clean URL???
#2

[eluser]Unknown[/eluser]
.htaccess code

RewriteEngine on
RewriteRule ^brand-management$ xclusive/index/page_id/9
RewriteRule ^consulting$ xclusive/index/page_id/8
RewriteRule ^production$ xclusive/index/page_id/7
RewriteRule ^event-management$ xclusive/index/page_id/6
RewriteRule ^privacy-policy$ xclusive/index/page_id/5
RewriteRule ^terms-of-service$ xclusive/index/page_id/4
RewriteRule ^about-xclusiv$ xclusive/index/page_id/3
RewriteRule ^services$ xclusive/index/page_id/2
RewriteRule ^be-xclusiv$ xclusive/index/page_id/1
RewriteRule ^name1$ clients/client_detail/client_id/8



RewriteCond $1 !^(index\.php|js|css|cool_captcha|images|DB|uploads|shadowbox|fonts|PHPThumb|adminer-mysql.php|fancybox)
RewriteRule ^(.*)$ index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB