Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
05-03-2023, 04:48 PM | #1 |
Confirmed User
Industry Role:
Join Date: Aug 2012
Posts: 929
|
htaccess need quick help
Hello
my host told me to use Options +Indexes because i can't view my script on domain.com/admin/ ( it gives me "ACCESS DENIED" so, what would the code look like? tnx |
05-03-2023, 04:58 PM | #2 |
Confirmed User
Industry Role:
Join Date: Aug 2012
Posts: 929
|
i tried
</IfModule mod_rewrite.c> rewriterule .* - e=http_authorization:%{http:Authorization}] RewriteBase / RewriteRule ^index\.php$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / index.php [L] </IfModule> but doesn't work? |
05-03-2023, 06:39 PM | #3 | |
So Fucking Banned
Industry Role:
Join Date: Apr 2023
Location: Norway
Posts: 528
|
Quote:
like this Code:
Options +Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule .* - [E=http_authorization:%{HTTP:Authorization}] </IfModule> |
|
05-03-2023, 07:11 PM | #4 |
Videochat Solutions
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 47,463
|
^^ This ^^.
__________________
|
05-04-2023, 02:08 PM | #5 |
So Fucking Banned
Industry Role:
Join Date: Apr 2023
Location: Norway
Posts: 528
|
I wonder if he ever came back to read this. I hate taking my time to be helpful.
|
05-04-2023, 03:05 PM | #6 |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 54,920
|
nginx would be better
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. WP Tube Themes |
05-04-2023, 03:33 PM | #7 |
Industry Role:
Join Date: Mar 2003
Location: San Diego
Posts: 32,114
|
I won't worry about that man, just move on, some people will others won't.
__________________
|
05-04-2023, 03:58 PM | #8 | |
feeding the wolves
Industry Role:
Join Date: Aug 2012
Location: between sand and stars in Jamaica
Posts: 5,993
|
Quote:
personally, I found your code to be a gripping page-turner. I shall def tune in for the next thrilling installment
__________________
throwing molotav cocktails at the precinct |
|