|
|
Forum |
Need a response from us? Become a VIP. Need help with your site right now? Hire us. |
Posted by rtr7345 on July 18, 2012
What does this mean? "If you have not already, you should rename the "livesite" software directory on the web server to a custom name of your choice (e.g. "login"). Next, you must update the .htaccess file and index.php file (for v7.1.1+) in the web root so that it contains the custom name instead of "livesite"."
It says this <?php
require('livesite/get_page.php');
?>
Should it say this: <?php
require('login/get_page.php');
?>
The other one says this
# The following rules are used by livesite.
RewriteEngine on
# When the system is accessed from a sub-directory with an Apache alias
# (e.g. http://192.168.0.1/~example/), then you might need to uncomment the line
# below and update it to point to where the system is installed. The system
# will attempt to automatically set the correct value for the line below during
# installation. You might need to comment out the line below once you launch
# your site at a permanent URL without a sub-directory (e.g. http://www.example.com).
RewriteBase /
# The following rule enables search engine friendly URL's for Pages.
RewriteRule ^pages/(.*) livesite/get_page.php?page=$1&%{QUERY_STRING}
# The following rule enables search engine friendly URL's for Files.
RewriteRule ^files/(.*) livesite/get_file.php?name=$1
# The following rule enables the robots.txt file which helps search engines crawl a website.
RewriteRule ^robots\.txt$ livesite/get_robots.txt.php
# The following rule enables the sitemap.xml file which helps search engines find content.
RewriteRule ^sitemap\.xml$ livesite/get_sitemap.xml.php
# <short_links>
RewriteRule ^Midwest_Sourcing_Vision$ livesite/get_page.php?page=Midwest_Sourcing_Vision&%{QUERY_STRING}
RewriteRule ^Services$ livesite/get_page.php?page=Services&%{QUERY_STRING}
RewriteRule ^Midwest_Sourcing$ livesite/get_page.php?page=Midwest_Sourcing&%{QUERY_STRING}
RewriteRule ^j\.dalton_construction$ livesite/get_page.php?page=j.dalton_construction&%{QUERY_STRING}
RewriteRule ^client_information$ livesite/get_page.php?page=client_information&%{QUERY_STRING}
RewriteRule ^Client_Information_Conformation_Email$ livesite/get_page.php?page=Client_Information_Conformation_Email&%{QUERY_STRING}
RewriteRule ^Client_Files_Item$ livesite/get_page.php?page=Client_Files_Item&%{QUERY_STRING}
RewriteRule ^product-catalog-detail_websites$ livesite/get_page.php?page=product-catalog-detail_websites&%{QUERY_STRING}
RewriteRule ^Design_Catalog$ livesite/get_page.php?page=Design_Catalog&%{QUERY_STRING}
# </short_links>
Should it say login everywhere it says livesite?????
| 10 Comments | Add Comment |