I can't see mobile version

valentinlazar
13 years, 7 months ago
Hello. I can't see mobile version for my site, m.mesterulvasile.ro
I have in .htacces:
RewriteCond %{HTTP_HOST} ^mesterulvasile.ro$ [NC]
RewriteRule ^(.*)$ www.mesterulvasile.ro/$1 [R=301,L]

after RewriteEngine On

I have, also, in .htacces
########## Begin - Joomla! core SEF Section#RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_URI} !^/index.phpRewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]RewriteRule (.*) index.phpRewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]########### End - Joomla! core SEF Section

I have Artio joomsef installed.

Do you have any ideea why is not working?
dryabov
13 years, 7 months ago
As there is no X-Powered-By header, it looks like redirect is triggered by Apache's httpd.conf or .htaccess. Check both for possible redirects.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.