Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
13 views

MultiDomain Rewrite for .htaccess without redirect

I need to set up multilingual functionality on a website using multiple domains. At the moment, multilingualism is implemented in links, the contents of .htaccess RewriteEngine on RewriteRule ^(..)/?$ ...
Женя Лазарев's user avatar
-1 votes
1 answer
47 views

Allow python script to be executed by Apache, but not read in a browser

I have a website that uses a python script to get information from a separate entity. The python script is required due to the libraries in use and the structure of the other entity. The retrieved ...
Apolymoxic's user avatar
0 votes
1 answer
290 views

I want to remove index.php in the link

I created my website using WordPress with Apache, PHP and MariaDB. Everything is working just fine. I created a page in the WordPress but when I open the page, the link included index.php http://...
hazzeeleen's user avatar
0 votes
0 answers
70 views

URL variable in .htaccess RewriteRule

I have the URL: https://www.firstdomain.com Under the url https://www.firstdomain.com there is a .htaccess with the following content: RewriteEngine On DirectoryIndex awstats.pl RewriteRule ^(.*) ...
Nick's user avatar
  • 201
-2 votes
1 answer
37 views

Request to my http page is getting re-directed to https

I have made a wordpress website on my desktop. I have the correct host port forwarding setup for both 80/443 ports. When I connect to my website using the http://external-ip I get sent to my site. ...
John Doe's user avatar
0 votes
0 answers
74 views

I'm having trouble getting Apache to run properly on my Mac so I can use localhost to view my company's website files on my computer

I've looked all around the web and can't find anything out. I've tried editing the port in the httpd.conf file, and MySQL is running fine, but when I try starting Apache, it doesn't start at all. Here'...
Boo Shorty's user avatar
0 votes
1 answer
335 views

Mamp/Apache not starting in Mac [duplicate]

I want to start my mamp but it keep saying Apache could not start as 8888 is in use by some other software while no other apps are open in my MacBook. It was working fine for a good time and suddenly ...
Dhruvi Joshi's user avatar
0 votes
1 answer
97 views

how to make navigation work without starting with index.html in path?

I have an apache2 web server, located at /var/www/html. The endpoint is xyz.com and is university-afiliated and managed. The root of mine is supposedly xyz.com/name and it is proxied to by the main ...
user129393192's user avatar
0 votes
0 answers
24 views

Port 80 Issues with XAMPP Apache

It worked fine at first, but then it kept giving me the error that port 80 was blocked. I attempted to reconfigure it to port 8080, changed 334 to 3344 yet it didn't work. Restarted by device, ...
Pr0gmo's user avatar
  • 1
0 votes
1 answer
414 views

web apache redirect request to index.html

I have built a site with Flutter Web that has generated a single-page app. It is deployed on the server and works fine (https://www.tg1s.com). But, I need to access some "pages" directly via ...
Bernard's user avatar
  • 1,313
0 votes
1 answer
58 views

PHP cannot run a python script that uses ffmpeg (when the python script runs in terminal)

In my website, a user uploads an audio file that gets mixed by a python script. The python script uses ffmpeg to translate the files, however it doesn't work when I try executing via php due to ffmpeg,...
dr3kiki's user avatar
-1 votes
2 answers
3k views

Host flutter web on apache server process?

I want to host flutter web application on apache server, using command line.
gauhun's user avatar
  • 387
0 votes
1 answer
236 views

Routing in PHP using .htaccess and Apache runs into "NOT FOUND"

I am trying to create a PHP router for a website with 2 pages on an Apache Server. But I keep running into NOT FOUND The requested URL was not found on this server. Below is my code structure. Folder ...
apoorva's user avatar
  • 15
1 vote
0 answers
31 views

Query about Directory traversal

I'm currently practicing OWASP attacks and I have a question about a particular HTTP GET request: "GET /loadImage.php?filename=../../../etc/passwd HTTP/1.1" When I send this request, I ...
Arun Kumar's user avatar
0 votes
0 answers
118 views

ERROR_403_ Forbidden

I want to upload a job for my university (html + php ) ,when upload the project to server , the server display ERROR 403 - Forbidden! The following error occurred: You are not permitted to access ...
Tareq Khanfar's user avatar

15 30 50 per page
1
2 3 4 5
48