- Posts: 6
- Thank you received: 0
CSS Styles lost in SEO-Search Engine Frienfly
-
charlie777pt
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #6027
by charlie777pt
Replied by charlie777pt on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Hi Ivan
the site is now at www.lune-cabinda.com and still have the same problem.
Now I went back to the original template without changes in index.php
Access still the same just change url's
Cheers
Carlos
the site is now at www.lune-cabinda.com and still have the same problem.
Now I went back to the original template without changes in index.php
Access still the same just change url's
Cheers
Carlos
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #6040
by ivan.milic
Replied by ivan.milic on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Hi,
I now loged , dont change options. I will inform you when I finish
I now loged , dont change options. I will inform you when I finish
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago - 13 years 10 months ago #6043
by ivan.milic
Replied by ivan.milic on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
I tried few things but nothing helped. I even tried basic SEF test adding:
RewriteRule (.*) www.google.com/
in .htaccess it did not work. It seams that your server does not support rewriting.
You can refer to this documentation:
www.joomlatutorials.com/joomla-tips-and-...joomla-sef-urls.html
RewriteRule (.*) www.google.com/
in .htaccess it did not work. It seams that your server does not support rewriting.
You can refer to this documentation:
www.joomlatutorials.com/joomla-tips-and-...joomla-sef-urls.html
Last edit: 13 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
-
charlie777pt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 10 months ago #6115
by charlie777pt
Replied by charlie777pt on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Hi The problem is solved
in libraries/joomla/environment/uri.php line 228
Replace
$base = rtrim(dirname(str_replace(array('"', '<', '>', "'"), '', $_SERVER["PHP_SELF"])), '/\\');
With
$base = rtrim(dirname(str_replace(array('"', '<', '>', "'"), '', $_SERVER["SCRIPT_NAME"])), '/\\');
Thanks for your support
I can explain why in the forum if needed
Cheers
in libraries/joomla/environment/uri.php line 228
Replace
$base = rtrim(dirname(str_replace(array('"', '<', '>', "'"), '', $_SERVER["PHP_SELF"])), '/\\');
With
$base = rtrim(dirname(str_replace(array('"', '<', '>', "'"), '', $_SERVER["SCRIPT_NAME"])), '/\\');
Thanks for your support
I can explain why in the forum if needed
Cheers
Please Log in to join the conversation.
Time to create page: 0.092 seconds