Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N bug google chrome
#5
favicon! waw! this sounds like a weird solution, but Ill give it a try..
htacces is the one generated by GS:

Code:
AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
Reply


Messages In This Thread
I18N bug google chrome - by vinid3 - 2011-09-14, 23:30:48
I18N bug google chrome - by mvlcek - 2011-09-15, 01:52:14
I18N bug google chrome - by vinid3 - 2011-09-15, 06:01:20
I18N bug google chrome - by mvlcek - 2011-09-15, 06:56:30
I18N bug google chrome - by vinid3 - 2011-09-15, 07:32:33
I18N bug google chrome - by vinid3 - 2011-09-15, 07:48:26



Users browsing this thread: 1 Guest(s)