: I think you can solve this with mod_rewrite. Inside your root directory (generally public_html), place a .htaccess file with the following content: # Turn on URL rewriting RewriteEngine On #
I think you can solve this with mod_rewrite.
Inside your root directory (generally public_html), place a .htaccess file with the following content:
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
#Redirecting
RewriteCond %{REQUEST_URI} ^www.mysite.org/stats/$ [NC]
RewriteRule (.*) mysite.org/awstats/awstats.pl?config=awstatsconffile.org - [L]
I'm not good at regex, so you may need to escape/unescape some characters, but that's the way.
More posts by @Karen161
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.