Jump to content

modrewrite.... trying to upload google verification file...wont work bcuz of it


verano

Recommended Posts

mod_rewrite shouldn't be interfering with this? you upload the verification html file to your root diretory.

 

what is the problem you're having exactly?

 

to remove your rules, just open your .htaccess file and remove the rules (make sure to save them to paste back)

Link to comment
Share on other sites

There is a nice little tool available for free on-line that will convert a dynamic link into a static link and gives you the right code to paste into your .htaccess file. It also tells you in which folder you should upload this .htaccess file to in order for it to work.

 

The tool can be found on http://www.webconfs.com/url-rewriting-tool.php

 

In order for the mod_rewrite to work it needs to be activated by the web host.

If you're not sure about this you can easily check this by doing the following:

 

1.) Open your text editor (note pad, Edit pad, etc.) and paste the following code

<?php phpinfo(); ?>

 

2.) Save your work as info.php

 

3.) Upload the info.php into your main directory (the directory where your index.html or index.php is located)

 

4.) Browse to www.yoursite.com/info.php and do a search on that page (Ctrl + F) and type mod_rewrite

If this module is not loaded than you have to contact your web host.

 

Good luck!

 

Kind regards,

Sebastiaan

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.