The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 23, 2012, 04:35:20 AM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto, iRealty and iLister v.5.x
| |-+  General iRealty Discussions
| | |-+  sitemap generator and htaccess
« previous next »
Pages: [1] Print
Author Topic: sitemap generator and htaccess  (Read 164 times)
vasifm
Newbie
*

Karma: 0
Posts: 1


View Profile WWW
« on: January 31, 2012, 04:16:10 AM »

Hello,

I am trying to install a sitemap generator and i need to access /generator/ directory from web browser but due to htaccess conditions i cannot access to the directory.
What shall i add to be able to access to /generator/ directory? (i mean: http://www.mideastpropertyshop.com ==> http://www.mideastpropertyshop.com/generator/)

Thanks in advance,
Vas

(
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
RewriteCond %{QUERY_STRING} ^(.*)=http [NC]
RewriteRule ^(.*)$ – [F,L]

RewriteCond %{HTTP_HOST} ^mideastpropertyshop.com [nc]
RewriteRule ^(.*)$ http://www.mideastpropertyshop.com%{REQUEST_URI} [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ ./index.php
)
Logged

Vas
------
http://www.mideastpropertyshop.com
http://www.link-your-site.com
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!