Westsideman Posted August 30, 2008 Posted August 30, 2008 Hi, I have a big broblem. I created a 100% copy of my old web www.tvojedarky.cz to www.cigareta-elektronicka.eu. But when I click in www.cigareta-elektronicka.eu on some category item, the target is still index :( Please help.
FIMBLE Posted August 30, 2008 Posted August 30, 2008 you need to change your .htaccess rewrite for the SEO Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Westsideman Posted August 30, 2008 Author Posted August 30, 2008 I have: This is my htaccess. I think, its OK. # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # SEF BEGIN RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php # SEF END
Recommended Posts
Archived
This topic is now archived and is closed to further replies.