html - .htaccess file config for google-apps domain verification exception -


my current htaccess content :

# @package mambo open source # @copyright (c) 2005 - 2006 mambo foundation inc. # @license http://www.gnu.org/copyleft/gpl.html gnu/gpl # # mambo developed miro (www.miro.com.au) in 2000. miro assigned copyright in mambo mambo foundation in 2005 ensure # mambo remained free open source software owned , managed enter code herethe community. # mambo free software ##  # #  mod_rewrite in use #  rewriteengine on  #  uncomment following line if webserver's url  #  not directly related physical file paths. #  update yourmambodirectory (just / root)  # rewritebase /yourmambodirectory  # #  rules #  rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^content/(.*) index3.php rewriterule ^component/(.*) index3.php rewriterule ^mos/(.*) index3.php 

i verify google apps domain using html upload. receive error page 404 when access url mydomain.com/google00ff0108e32428b8.html.

i still receiving same error page after follow guideline [codeigniter .htaccess file config google-apps domain verification exception

please me allow domain verification url in htaccess file.

simple:

rewriteengine on rewriterule google00ff0108e32428b8.html google00ff0108e32428b8.html [l] 

should do


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -